#2dabdc

Color #2DABDC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2DABDC

Tints of Summer Sky #2DABDC

Color information

#2DABDC (or 0x2DABDC) is unknown color: approx Summer Sky. HEX triplet: 2D, AB and DC. RGB value is (45,171,220). Sum of RGB (Red+Green+Blue) = 45+171+220=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABDC is #D25423. Grayscale: #8A8A8A. Windows color (decimal): -13784100 or 14461741. OLE color: 14461741.

HSL color Cylindrical-coordinate representation of color #2DABDC: hue angle of 196.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DABDC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB45171220-
CMYK0.800.2200.14
HSL196.8º71.43%51.96%-
HSV(B)196.8º79.55%86.27%-
XYZ28.5634.8572.93-
YUV138.91173.7661.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 10.32%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=10.32%
G=39.22%
B=50.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal451712200.800.2200.14196.871.4351.96
Hex2DABDC50160Ec54734
Octal552533341202601630510764
Binary101101101010111101110010100001011001110110001011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dabdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2dabdc; }

 p { color: rgb(45,171,220); }

 H1.HeaderClassName
 {
   color: #2dabdc;
 }
 .AnyTagClassName
 {
   color: #2dabdc;
 }
</style>
background-color css

<style>
 a { background-color: #2dabdc; }

 a { background-color: rgb(45,171,220); }

 div.DivClassName
 {
   background-color: #2dabdc;
 }
 .BgClassName
 {
   background-color: #2dabdc;
 }
</style>
border-color css

<style>
 span { border-color: #2dabdc; }

 span { border-color: rgb(45,171,220); }

 td.TdClassName
 {
   border-color: #2dabdc;
 }
 .TagClassName
 {
   border-color: #2dabdc;
 }
</style>