Html Css Color HEX #29A1CD Summer Sky

📋 copy color: '#29A1CD'

red 41 ◦ green 161 ◦ blue 205

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

Shades of Summer Sky #29A1CD

Tints of Summer Sky #29A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

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

R = 10.07%
G = 39.56%
B = 50.37%

CMYK

 C value IS 0.8

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29A1CD (or 0x29A1CD) is known color: Summer Sky. HEX triplet: 29, A1 and CD. RGB value is (41,161,205). Sum of RGB (Red+Green+Blue) = 41+161+205=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #29A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1CD is #D65E32. Grayscale: #818181. Windows color (decimal): -14048819 or 13476137. OLE color: 13476137.

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

Color convert

RGB 41 161 205 -
CMYK 0.8 0.21 0 0.20
HSL 196.1º 0.67% 0.48% -
HSV(B) 196.1º 0.8% 0.8% -
XYZ 24.68 30.37 62.32 -
YUV 130.14 170.24 64.42 -
System Red Green Blue C M Y K H S L
Decimal 41 161 205 0.8 0.21 0 0.20 196.1 0.67 0.48
Hex 29 A1 CD 50 15 0 14 C4 43 30
Octal 51 241 315 120 25 0 24 304 103 60
Binary 101001 10100001 11001101 1010000 10101 0 10100 11000100 1000011 110000

Color Harmonies of #29A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A1CD

Black with #29A1CD

Text Example


Text Example

White with #29A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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