Html Css Color HEX #209ABD Pelorous

📋 copy color: '#209ABD'

red 32 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #209ABD

Tints of Pelorous #209ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 8.53%
G = 41.07%
B = 50.4%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#209ABD (or 0x209ABD) is known color: Pelorous. HEX triplet: 20, 9A and BD. RGB value is (32,154,189). Sum of RGB (Red+Green+Blue) = 32+154+189=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #209ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209ABD is #DF6542. Grayscale: #797979. Windows color (decimal): -14640451 or 12425760. OLE color: 12425760.

HSL color Cylindrical-coordinate representation of color #209ABD: hue angle of 193.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209ABD is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 154 189 -
CMYK 0.83 0.19 0 0.26
HSL 193.38º 0.71% 0.43% -
HSV(B) 193.38º 0.83% 0.74% -
XYZ 21.34 27.09 52.25 -
YUV 121.51 166.08 64.15 -
System Red Green Blue C M Y K H S L
Decimal 32 154 189 0.83 0.19 0 0.26 193.38 0.71 0.43
Hex 20 9A BD 53 13 0 1A C1 47 2B
Octal 40 232 275 123 23 0 32 301 107 53
Binary 100000 10011010 10111101 1010011 10011 0 11010 11000001 1000111 101011

Color Harmonies of #209ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209ABD

Black with #209ABD

Text Example


Text Example

White with #209ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,154,189); }

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

background-color css

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

 a { background-color: rgb(32,154,189); }

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

border-color css

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

 span { border-color: rgb(32,154,189); }

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