Html Css Color HEX #29CBE1 Summer Sky

📋 copy color: '#29CBE1'

red 41 ◦ green 203 ◦ blue 225

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

Shades of Summer Sky #29CBE1

Tints of Summer Sky #29CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 8.74%
G = 43.28%
B = 47.97%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#29CBE1 (or 0x29CBE1) is known color: Summer Sky. HEX triplet: 29, CB and E1. RGB value is (41,203,225). Sum of RGB (Red+Green+Blue) = 41+203+225=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #29CBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CBE1 is #D6341E. Grayscale: #9C9C9C. Windows color (decimal): -14038047 or 14797609. OLE color: 14797609.

HSL color Cylindrical-coordinate representation of color #29CBE1: hue angle of 187.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CBE1 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 203 225 -
CMYK 0.82 0.10 0 0.12
HSL 187.17º 0.75% 0.52% -
HSV(B) 187.17º 0.82% 0.88% -
XYZ 35.86 48.62 78.73 -
YUV 157.07 166.33 45.21 -
System Red Green Blue C M Y K H S L
Decimal 41 203 225 0.82 0.10 0 0.12 187.17 0.75 0.52
Hex 29 CB E1 52 A 0 C BB 4B 34
Octal 51 313 341 122 12 0 14 273 113 64
Binary 101001 11001011 11100001 1010010 1010 0 1100 10111011 1001011 110100

Color Harmonies of #29CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBE1

Black with #29CBE1

Text Example


Text Example

White with #29CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,203,225); }

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

background-color css

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

 a { background-color: rgb(41,203,225); }

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

border-color css

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

 span { border-color: rgb(41,203,225); }

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