Html Css Color HEX #29CBEA Summer Sky

📋 copy color: '#29CBEA'

red 41 ◦ green 203 ◦ blue 234

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

Shades of Summer Sky #29CBEA

Tints of Summer Sky #29CBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 8.58%
G = 42.47%
B = 48.95%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29CBEA (or 0x29CBEA) is known color: Summer Sky. HEX triplet: 29, CB and EA. RGB value is (41,203,234). Sum of RGB (Red+Green+Blue) = 41+203+234=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #29CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CBEA is #D63415. Grayscale: #9D9D9D. Windows color (decimal): -14038038 or 15387433. OLE color: 15387433.

HSL color Cylindrical-coordinate representation of color #29CBEA: hue angle of 189.64º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CBEA is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 203 234 -
CMYK 0.82 0.13 0 0.08
HSL 189.64º 0.82% 0.54% -
HSV(B) 189.64º 0.82% 0.92% -
XYZ 37.12 49.12 85.37 -
YUV 158.1 170.83 44.48 -
System Red Green Blue C M Y K H S L
Decimal 41 203 234 0.82 0.13 0 0.08 189.64 0.82 0.54
Hex 29 CB EA 52 D 0 8 BE 52 36
Octal 51 313 352 122 15 0 10 276 122 66
Binary 101001 11001011 11101010 1010010 1101 0 1000 10111110 1010010 110110

Color Harmonies of #29CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBEA

Black with #29CBEA

Text Example


Text Example

White with #29CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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