Html Css Color HEX #209CC5 Pelorous

📋 copy color: '#209CC5'

red 32 ◦ green 156 ◦ blue 197

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

Shades of Pelorous #209CC5

Tints of Pelorous #209CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 8.31%
G = 40.52%
B = 51.17%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#209CC5 (or 0x209CC5) is known color: Pelorous. HEX triplet: 20, 9C and C5. RGB value is (32,156,197). Sum of RGB (Red+Green+Blue) = 32+156+197=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #209CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CC5 is #DF633A. Grayscale: #7B7B7B. Windows color (decimal): -14639931 or 12950560. OLE color: 12950560.

HSL color Cylindrical-coordinate representation of color #209CC5: hue angle of 194.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209CC5 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 156 197 -
CMYK 0.84 0.21 0 0.23
HSL 194.91º 0.72% 0.45% -
HSV(B) 194.91º 0.84% 0.77% -
XYZ 22.56 28.12 57.06 -
YUV 123.6 169.42 62.67 -
System Red Green Blue C M Y K H S L
Decimal 32 156 197 0.84 0.21 0 0.23 194.91 0.72 0.45
Hex 20 9C C5 54 15 0 17 C3 48 2D
Octal 40 234 305 124 25 0 27 303 110 55
Binary 100000 10011100 11000101 1010100 10101 0 10111 11000011 1001000 101101

Color Harmonies of #209CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209CC5

Black with #209CC5

Text Example


Text Example

White with #209CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,156,197); }

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

background-color css

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

 a { background-color: rgb(32,156,197); }

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

border-color css

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

 span { border-color: rgb(32,156,197); }

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