Html Css Color HEX #29A8BC Pelorous

📋 copy color: '#29A8BC'

red 41 ◦ green 168 ◦ blue 188

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

Shades of Pelorous #29A8BC

Tints of Pelorous #29A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 10.33%
G = 42.32%
B = 47.36%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#29A8BC (or 0x29A8BC) is known color: Pelorous. HEX triplet: 29, A8 and BC. RGB value is (41,168,188). Sum of RGB (Red+Green+Blue) = 41+168+188=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #29A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A8BC is #D65743. Grayscale: #848484. Windows color (decimal): -14047044 or 12363817. OLE color: 12363817.

HSL color Cylindrical-coordinate representation of color #29A8BC: hue angle of 188.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29A8BC is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 168 188 -
CMYK 0.78 0.11 0 0.26
HSL 188.16º 0.64% 0.45% -
HSV(B) 188.16º 0.78% 0.74% -
XYZ 23.99 32.11 52.51 -
YUV 132.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 41 168 188 0.78 0.11 0 0.26 188.16 0.64 0.45
Hex 29 A8 BC 4E B 0 1A BC 40 2D
Octal 51 250 274 116 13 0 32 274 100 55
Binary 101001 10101000 10111100 1001110 1011 0 11010 10111100 1000000 101101

Color Harmonies of #29A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A8BC

Black with #29A8BC

Text Example


Text Example

White with #29A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,168,188); }

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

background-color css

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

 a { background-color: rgb(41,168,188); }

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

border-color css

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

 span { border-color: rgb(41,168,188); }

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