Html Css Color HEX #209DAB Pelorous

📋 copy color: '#209DAB'

red 32 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #209DAB

Tints of Pelorous #209DAB

RGB

 RED value IS 32 (12.89% from 255) = 8.89%

 GREEN value IS 157 (61.72% from 255) = 43.61%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 8.89%
G = 43.61%
B = 47.5%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#209DAB (or 0x209DAB) is known color: Pelorous. HEX triplet: 20, 9D and AB. RGB value is (32,157,171). Sum of RGB (Red+Green+Blue) = 32+157+171=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #209DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209DAB is #DF6254. Grayscale: #797979. Windows color (decimal): -14639701 or 11246880. OLE color: 11246880.

HSL color Cylindrical-coordinate representation of color #209DAB: hue angle of 186.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #209DAB is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 157 171 -
CMYK 0.81 0.08 0 0.33
HSL 186.04º 0.68% 0.4% -
HSV(B) 186.04º 0.81% 0.67% -
XYZ 20 27.36 42.76 -
YUV 121.22 156.09 64.36 -
System Red Green Blue C M Y K H S L
Decimal 32 157 171 0.81 0.08 0 0.33 186.04 0.68 0.4
Hex 20 9D AB 51 8 0 21 BA 44 28
Octal 40 235 253 121 10 0 41 272 104 50
Binary 100000 10011101 10101011 1010001 1000 0 100001 10111010 1000100 101000

Color Harmonies of #209DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209DAB

Black with #209DAB

Text Example


Text Example

White with #209DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209DAB; }

 p { color: rgb(32,157,171); }

 H1.HeaderClassName
 {
   color: #209DAB;
 }
 .AnyTagClassName
 {
   color: #209DAB;
 }
</style>

background-color css

<style>
 a { background-color: #209DAB; }

 a { background-color: rgb(32,157,171); }

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

border-color css

<style>
 span { border-color: #209DAB; }

 span { border-color: rgb(32,157,171); }

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