Html Css Color HEX #209ABC Pelorous

📋 copy color: '#209ABC'

red 32 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #209ABC

Tints of Pelorous #209ABC

RGB

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

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

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

R = 8.56%
G = 41.18%
B = 50.27%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#209ABC (or 0x209ABC) is known color: Pelorous. HEX triplet: 20, 9A and BC. RGB value is (32,154,188). Sum of RGB (Red+Green+Blue) = 32+154+188=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #209ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209ABC is #DF6543. Grayscale: #797979. Windows color (decimal): -14640452 or 12360224. OLE color: 12360224.

HSL color Cylindrical-coordinate representation of color #209ABC: hue angle of 193.08º 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 #209ABC is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 154 188 -
CMYK 0.83 0.18 0 0.26
HSL 193.08º 0.71% 0.43% -
HSV(B) 193.08º 0.83% 0.74% -
XYZ 21.23 27.05 51.68 -
YUV 121.4 165.58 64.24 -
System Red Green Blue C M Y K H S L
Decimal 32 154 188 0.83 0.18 0 0.26 193.08 0.71 0.43
Hex 20 9A BC 53 12 0 1A C1 47 2B
Octal 40 232 274 123 22 0 32 301 107 53
Binary 100000 10011010 10111100 1010011 10010 0 11010 11000001 1000111 101011

Color Harmonies of #209ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209ABC

Black with #209ABC

Text Example


Text Example

White with #209ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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