Html Css Color HEX #209BBC Pelorous

📋 copy color: '#209BBC'

red 32 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #209BBC

Tints of Pelorous #209BBC

RGB

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

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

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

R = 8.53%
G = 41.33%
B = 50.13%

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

#209BBC (or 0x209BBC) is known color: Pelorous. HEX triplet: 20, 9B and BC. RGB value is (32,155,188). Sum of RGB (Red+Green+Blue) = 32+155+188=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #209BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BBC is #DF6443. Grayscale: #797979. Windows color (decimal): -14640196 or 12360480. OLE color: 12360480.

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

Color convert

RGB 32 155 188 -
CMYK 0.83 0.18 0 0.26
HSL 192.69º 0.71% 0.43% -
HSV(B) 192.69º 0.83% 0.74% -
XYZ 21.39 27.38 51.73 -
YUV 121.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 32 155 188 0.83 0.18 0 0.26 192.69 0.71 0.43
Hex 20 9B BC 53 12 0 1A C1 47 2B
Octal 40 233 274 123 22 0 32 301 107 53
Binary 100000 10011011 10111100 1010011 10010 0 11010 11000001 1000111 101011

Color Harmonies of #209BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209BBC

Black with #209BBC

Text Example


Text Example

White with #209BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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