#29C8EF

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

Shades of Summer Sky #29C8EF

Tints of Summer Sky #29C8EF

Color information

#29C8EF (or 0x29C8EF) is unknown color: approx Summer Sky. HEX triplet: 29, C8 and EF. RGB value is (41,200,239). Sum of RGB (Red+Green+Blue) = 41+200+239=480 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.54% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #29C8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C8EF is #D63710. Grayscale: #9C9C9C. Windows color (decimal): -14038801 or 15714345. OLE color: 15714345.

HSL color Cylindrical-coordinate representation of color #29C8EF: hue angle of 191.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29C8EF is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB41200239-
CMYK0.830.1600.06
HSL191.82º86.09%54.9%-
HSV(B)191.82º82.85%93.73%-
XYZ37.1548.0188.97-
YUV156.9174.3245.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.54%
GREEN value IS 200 (78.52% from 255) = 41.67%
BLUE value IS 239 (93.75% from 255) = 49.79%
R=8.54%
G=41.67%
B=49.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal412002390.830.1600.06191.8286.0954.9
Hex29C8EF531006c05637
Octal51310357123200630012667
Binary10100111001000111011111010011100000110110000001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,200,239); }

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

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

 a { background-color: rgb(41,200,239); }

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

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

 span { border-color: rgb(41,200,239); }

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