#1DA6E8

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

Shades of Summer Sky #1DA6E8

Tints of Summer Sky #1DA6E8

Color information

#1DA6E8 (or 0x1DA6E8) is unknown color: approx Summer Sky. HEX triplet: 1D, A6 and E8. RGB value is (29,166,232). Sum of RGB (Red+Green+Blue) = 29+166+232=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #1DA6E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA6E8 is #E25917. Grayscale: #848484. Windows color (decimal): -14833944 or 15246877. OLE color: 15246877.

HSL color Cylindrical-coordinate representation of color #1DA6E8: hue angle of 199.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA6E8 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB29166232-
CMYK0.880.2800.09
HSL199.51º81.53%51.18%-
HSV(B)199.51º87.5%90.98%-
XYZ28.7133.3681.27-
YUV132.56184.1154.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.79%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 232 (91.02% from 255) = 54.33%
R=6.79%
G=38.88%
B=54.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal291662320.880.2800.09199.5181.5351.18
Hex1DA6E8581C09c85233
Octal352463501303401131012263
Binary11101101001101110100010110001110001001110010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,166,232); }

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

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

 a { background-color: rgb(29,166,232); }

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

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

 span { border-color: rgb(29,166,232); }

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