Html Css Color HEX #29A1CB Pelorous

📋 copy color: '#29A1CB'

red 41 ◦ green 161 ◦ blue 203

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

Shades of Pelorous #29A1CB

Tints of Pelorous #29A1CB

RGB

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

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

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

R = 10.12%
G = 39.75%
B = 50.12%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29A1CB (or 0x29A1CB) is known color: Pelorous. HEX triplet: 29, A1 and CB. RGB value is (41,161,203). Sum of RGB (Red+Green+Blue) = 41+161+203=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #29A1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1CB is #D65E34. Grayscale: #818181. Windows color (decimal): -14048821 or 13345065. OLE color: 13345065.

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

Color convert

RGB 41 161 203 -
CMYK 0.80 0.21 0 0.20
HSL 195.56º 0.66% 0.48% -
HSV(B) 195.56º 0.8% 0.8% -
XYZ 24.44 30.27 61.06 -
YUV 129.91 169.24 64.58 -
System Red Green Blue C M Y K H S L
Decimal 41 161 203 0.80 0.21 0 0.20 195.56 0.66 0.48
Hex 29 A1 CB 50 15 0 14 C4 42 30
Octal 51 241 313 120 25 0 24 304 102 60
Binary 101001 10100001 11001011 1010000 10101 0 10100 11000100 1000010 110000

Color Harmonies of #29A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A1CB

Black with #29A1CB

Text Example


Text Example

White with #29A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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