Html Css Color HEX #29AACD Summer Sky

📋 copy color: '#29AACD'

red 41 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #29AACD

Tints of Summer Sky #29AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 9.86%
G = 40.87%
B = 49.28%

CMYK

 C value IS 0.8

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29AACD (or 0x29AACD) is known color: Summer Sky. HEX triplet: 29, AA and CD. RGB value is (41,170,205). Sum of RGB (Red+Green+Blue) = 41+170+205=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #29AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AACD is #D65532. Grayscale: #878787. Windows color (decimal): -14046515 or 13478441. OLE color: 13478441.

HSL color Cylindrical-coordinate representation of color #29AACD: hue angle of 192.8º degrees, saturation: 0.67, 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 #29AACD is Cyan = 0.8, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 170 205 -
CMYK 0.8 0.17 0 0.20
HSL 192.8º 0.67% 0.48% -
HSV(B) 192.8º 0.8% 0.8% -
XYZ 26.31 33.63 62.86 -
YUV 135.42 167.26 60.65 -
System Red Green Blue C M Y K H S L
Decimal 41 170 205 0.8 0.17 0 0.20 192.8 0.67 0.48
Hex 29 AA CD 50 11 0 14 C1 43 30
Octal 51 252 315 120 21 0 24 301 103 60
Binary 101001 10101010 11001101 1010000 10001 0 10100 11000001 1000011 110000

Color Harmonies of #29AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AACD

Black with #29AACD

Text Example


Text Example

White with #29AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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