Html Css Color HEX #29CFE4 Summer Sky

📋 copy color: '#29CFE4'

red 41 ◦ green 207 ◦ blue 228

#29CFE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #29CFE4

Tints of Summer Sky #29CFE4

RGB

 RED value IS 41 (16.41% from 255) = 8.61%

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 228 (89.45% from 255) = 47.9%

R = 8.61%
G = 43.49%
B = 47.9%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#29CFE4 (or 0x29CFE4) is known color: Summer Sky. HEX triplet: 29, CF and E4. RGB value is (41,207,228). Sum of RGB (Red+Green+Blue) = 41+207+228=476 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.61% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #29CFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFE4 is #D6301B. Grayscale: #9F9F9F. Windows color (decimal): -14037020 or 14995241. OLE color: 14995241.

HSL color Cylindrical-coordinate representation of color #29CFE4: hue angle of 186.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CFE4 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 207 228 -
CMYK 0.82 0.09 0 0.11
HSL 186.74º 0.78% 0.53% -
HSV(B) 186.74º 0.82% 0.89% -
XYZ 37.23 50.7 81.22 -
YUV 159.76 166.5 43.29 -
System Red Green Blue C M Y K H S L
Decimal 41 207 228 0.82 0.09 0 0.11 186.74 0.78 0.53
Hex 29 CF E4 52 9 0 B BB 4E 35
Octal 51 317 344 122 11 0 13 273 116 65
Binary 101001 11001111 11100100 1010010 1001 0 1011 10111011 1001110 110101

Color Harmonies of #29CFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFE4

Black with #29CFE4

Text Example


Text Example

White with #29CFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,207,228); }

 H1.HeaderClassName
 {
   color: #29CFE4;
 }
 .AnyTagClassName
 {
   color: #29CFE4;
 }
</style>

background-color css

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

 a { background-color: rgb(41,207,228); }

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

border-color css

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

 span { border-color: rgb(41,207,228); }

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