Html Css Color HEX #209ACC Pelorous

📋 copy color: '#209ACC'

red 32 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #209ACC

Tints of Pelorous #209ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 8.21%
G = 39.49%
B = 52.31%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#209ACC (or 0x209ACC) is known color: Pelorous. HEX triplet: 20, 9A and CC. RGB value is (32,154,204). Sum of RGB (Red+Green+Blue) = 32+154+204=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #209ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209ACC is #DF6533. Grayscale: #7A7A7A. Windows color (decimal): -14640436 or 13408800. OLE color: 13408800.

HSL color Cylindrical-coordinate representation of color #209ACC: hue angle of 197.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209ACC is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 154 204 -
CMYK 0.84 0.25 0 0.2
HSL 197.44º 0.73% 0.46% -
HSV(B) 197.44º 0.84% 0.8% -
XYZ 23.05 27.78 61.27 -
YUV 123.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 32 154 204 0.84 0.25 0 0.2 197.44 0.73 0.46
Hex 20 9A CC 54 19 0 14 C5 49 2E
Octal 40 232 314 124 31 0 24 305 111 56
Binary 100000 10011010 11001100 1010100 11001 0 10100 11000101 1001001 101110

Color Harmonies of #209ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209ACC

Black with #209ACC

Text Example


Text Example

White with #209ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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