Html Css Color HEX #209BC5 Pelorous

📋 copy color: '#209BC5'

red 32 ◦ green 155 ◦ blue 197

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

Shades of Pelorous #209BC5

Tints of Pelorous #209BC5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.36%

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

R = 8.33%
G = 40.36%
B = 51.3%

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

#209BC5 (or 0x209BC5) is known color: Pelorous. HEX triplet: 20, 9B and C5. RGB value is (32,155,197). Sum of RGB (Red+Green+Blue) = 32+155+197=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #209BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BC5 is #DF643A. Grayscale: #7A7A7A. Windows color (decimal): -14640187 or 12950304. OLE color: 12950304.

HSL color Cylindrical-coordinate representation of color #209BC5: hue angle of 195.27º 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 #209BC5 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 155 197 -
CMYK 0.84 0.21 0 0.23
HSL 195.27º 0.72% 0.45% -
HSV(B) 195.27º 0.84% 0.77% -
XYZ 22.4 27.78 57.01 -
YUV 123.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 32 155 197 0.84 0.21 0 0.23 195.27 0.72 0.45
Hex 20 9B C5 54 15 0 17 C3 48 2D
Octal 40 233 305 124 25 0 27 303 110 55
Binary 100000 10011011 11000101 1010100 10101 0 10111 11000011 1001000 101101

Color Harmonies of #209BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209BC5

Black with #209BC5

Text Example


Text Example

White with #209BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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