Html Css Color HEX #209BCC Pelorous

📋 copy color: '#209BCC'

red 32 ◦ green 155 ◦ blue 204

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

Shades of Pelorous #209BCC

Tints of Pelorous #209BCC

RGB

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

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

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

R = 8.18%
G = 39.64%
B = 52.17%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#209BCC (or 0x209BCC) is known color: Pelorous. HEX triplet: 20, 9B and CC. RGB value is (32,155,204). Sum of RGB (Red+Green+Blue) = 32+155+204=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #209BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BCC is #DF6433. Grayscale: #7B7B7B. Windows color (decimal): -14640180 or 13409056. OLE color: 13409056.

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

Color convert

RGB 32 155 204 -
CMYK 0.84 0.24 0 0.2
HSL 197.09º 0.73% 0.46% -
HSV(B) 197.09º 0.84% 0.8% -
XYZ 23.22 28.11 61.33 -
YUV 123.81 173.25 62.52 -
System Red Green Blue C M Y K H S L
Decimal 32 155 204 0.84 0.24 0 0.2 197.09 0.73 0.46
Hex 20 9B CC 54 18 0 14 C5 49 2E
Octal 40 233 314 124 30 0 24 305 111 56
Binary 100000 10011011 11001100 1010100 11000 0 10100 11000101 1001001 101110

Color Harmonies of #209BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209BCC

Black with #209BCC

Text Example


Text Example

White with #209BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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