Html Css Color HEX #29B5CA Summer Sky

📋 copy color: '#29B5CA'

red 41 ◦ green 181 ◦ blue 202

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

Shades of Summer Sky #29B5CA

Tints of Summer Sky #29B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 9.67%
G = 42.69%
B = 47.64%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#29B5CA (or 0x29B5CA) is known color: Summer Sky. HEX triplet: 29, B5 and CA. RGB value is (41,181,202). Sum of RGB (Red+Green+Blue) = 41+181+202=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #29B5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B5CA is #D64A35. Grayscale: #8D8D8D. Windows color (decimal): -14043702 or 13284649. OLE color: 13284649.

HSL color Cylindrical-coordinate representation of color #29B5CA: hue angle of 187.83º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29B5CA is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 181 202 -
CMYK 0.80 0.10 0 0.21
HSL 187.83º 0.66% 0.48% -
HSV(B) 187.83º 0.8% 0.79% -
XYZ 28.1 37.78 61.69 -
YUV 141.53 162.12 56.29 -
System Red Green Blue C M Y K H S L
Decimal 41 181 202 0.80 0.10 0 0.21 187.83 0.66 0.48
Hex 29 B5 CA 50 A 0 15 BC 42 30
Octal 51 265 312 120 12 0 25 274 102 60
Binary 101001 10110101 11001010 1010000 1010 0 10101 10111100 1000010 110000

Color Harmonies of #29B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B5CA

Black with #29B5CA

Text Example


Text Example

White with #29B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,181,202); }

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

background-color css

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

 a { background-color: rgb(41,181,202); }

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

border-color css

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

 span { border-color: rgb(41,181,202); }

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