#1DA8EC

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

Shades of Summer Sky #1DA8EC

Tints of Summer Sky #1DA8EC

Color information

#1DA8EC (or 0x1DA8EC) is unknown color: approx Summer Sky. HEX triplet: 1D, A8 and EC. RGB value is (29,168,236). Sum of RGB (Red+Green+Blue) = 29+168+236=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DA8EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA8EC is #E25713. Grayscale: #858585. Windows color (decimal): -14833428 or 15509533. OLE color: 15509533.

HSL color Cylindrical-coordinate representation of color #1DA8EC: hue angle of 199.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA8EC is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB29168236-
CMYK0.880.2900.07
HSL199.71º84.49%51.96%-
HSV(B)199.71º87.71%92.55%-
XYZ29.6534.3284.42-
YUV134.19185.4552.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.70%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 236 (92.58% from 255) = 54.50%
R=6.70%
G=38.80%
B=54.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal291682360.880.2900.07199.7184.4951.96
Hex1DA8EC581D07c85434
Octal35250354130350731012464
Binary1110110101000111011001011000111010111110010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DA8EC; }

 p { color: rgb(29,168,236); }

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

<style>
 a { background-color: #1DA8EC; }

 a { background-color: rgb(29,168,236); }

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

<style>
 span { border-color: #1DA8EC; }

 span { border-color: rgb(29,168,236); }

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