#29CEF4

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

Shades of Summer Sky #29CEF4

Tints of Summer Sky #29CEF4

Color information

#29CEF4 (or 0x29CEF4) is unknown color: approx Summer Sky. HEX triplet: 29, CE and F4. RGB value is (41,206,244). Sum of RGB (Red+Green+Blue) = 41+206+244=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #29CEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEF4 is #D6310B. Grayscale: #A0A0A0. Windows color (decimal): -14037260 or 16043561. OLE color: 16043561.

HSL color Cylindrical-coordinate representation of color #29CEF4: hue angle of 191.23º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CEF4 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB41206244-
CMYK0.830.1600.04
HSL191.23º90.22%55.88%-
HSV(B)191.23º83.2%95.69%-
XYZ39.3151.1593.39-
YUV161174.8442.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.35%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 244 (95.70% from 255) = 49.69%
R=8.35%
G=41.96%
B=49.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal412062440.830.1600.04191.2390.2255.88
Hex29CEF4531004bf5a38
Octal51316364123200427713270
Binary10100111001110111101001010011100000100101111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,206,244); }

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

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

 a { background-color: rgb(41,206,244); }

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

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

 span { border-color: rgb(41,206,244); }

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