#29D1E8

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

Shades of Summer Sky #29D1E8

Tints of Summer Sky #29D1E8

Color information

#29D1E8 (or 0x29D1E8) is unknown color: approx Summer Sky. HEX triplet: 29, D1 and E8. RGB value is (41,209,232). Sum of RGB (Red+Green+Blue) = 41+209+232=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #29D1E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D1E8 is #D62E17. Grayscale: #A1A1A1. Windows color (decimal): -14036504 or 15257897. OLE color: 15257897.

HSL color Cylindrical-coordinate representation of color #29D1E8: hue angle of 187.23º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29D1E8 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41209232-
CMYK0.820.1000.09
HSL187.23º80.59%53.53%-
HSV(B)187.23º82.33%90.98%-
XYZ38.2851.984.34-
YUV161.39167.8442.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.51%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=8.51%
G=43.36%
B=48.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal412092320.820.1000.09187.2380.5953.53
Hex29D1E852A09bb5136
Octal513213501221201127312166
Binary10100111010001111010001010010101001001101110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29D1E8; }

 p { color: rgb(41,209,232); }

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

<style>
 a { background-color: #29D1E8; }

 a { background-color: rgb(41,209,232); }

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

<style>
 span { border-color: #29D1E8; }

 span { border-color: rgb(41,209,232); }

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