Html Css Color HEX #29AACB Summer Sky

📋 copy color: '#29AACB'

red 41 ◦ green 170 ◦ blue 203

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

Shades of Summer Sky #29AACB

Tints of Summer Sky #29AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 9.9%
G = 41.06%
B = 49.03%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29AACB (or 0x29AACB) is known color: Summer Sky. HEX triplet: 29, AA and CB. RGB value is (41,170,203). Sum of RGB (Red+Green+Blue) = 41+170+203=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #29AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AACB is #D65534. Grayscale: #868686. Windows color (decimal): -14046517 or 13347369. OLE color: 13347369.

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

Color convert

RGB 41 170 203 -
CMYK 0.80 0.16 0 0.20
HSL 192.22º 0.66% 0.48% -
HSV(B) 192.22º 0.8% 0.8% -
XYZ 26.07 33.53 61.6 -
YUV 135.19 166.26 60.82 -
System Red Green Blue C M Y K H S L
Decimal 41 170 203 0.80 0.16 0 0.20 192.22 0.66 0.48
Hex 29 AA CB 50 10 0 14 C0 42 30
Octal 51 252 313 120 20 0 24 300 102 60
Binary 101001 10101010 11001011 1010000 10000 0 10100 11000000 1000010 110000

Color Harmonies of #29AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AACB

Black with #29AACB

Text Example


Text Example

White with #29AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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