Html Css Color HEX #209ABB Pelorous

📋 copy color: '#209ABB'

red 32 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #209ABB

Tints of Pelorous #209ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 8.58%
G = 41.29%
B = 50.13%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#209ABB (or 0x209ABB) is known color: Pelorous. HEX triplet: 20, 9A and BB. RGB value is (32,154,187). Sum of RGB (Red+Green+Blue) = 32+154+187=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #209ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209ABB is #DF6544. Grayscale: #797979. Windows color (decimal): -14640453 or 12294688. OLE color: 12294688.

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

Color convert

RGB 32 154 187 -
CMYK 0.83 0.18 0 0.27
HSL 192.77º 0.71% 0.43% -
HSV(B) 192.77º 0.83% 0.73% -
XYZ 21.12 27.01 51.11 -
YUV 121.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 32 154 187 0.83 0.18 0 0.27 192.77 0.71 0.43
Hex 20 9A BB 53 12 0 1B C1 47 2B
Octal 40 232 273 123 22 0 33 301 107 53
Binary 100000 10011010 10111011 1010011 10010 0 11011 11000001 1000111 101011

Color Harmonies of #209ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209ABB

Black with #209ABB

Text Example


Text Example

White with #209ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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