#208CCF

Color #208CCF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #208CCF

Tints of Pelorous #208CCF

Color information

#208CCF (or 0x208CCF) is unknown color: approx Pelorous. HEX triplet: 20, 8C and CF. RGB value is (32,140,207). Sum of RGB (Red+Green+Blue) = 32+140+207=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #208CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CCF is #DF7330. Grayscale: #727272. Windows color (decimal): -14644017 or 13601824. OLE color: 13601824.

HSL color Cylindrical-coordinate representation of color #208CCF: hue angle of 202.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208CCF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32140207-
CMYK0.850.3200.19
HSL202.97º73.22%46.86%-
HSV(B)202.97º84.54%81.18%-
XYZ21.2423.5762.46-
YUV115.35179.7268.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.44%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 207 (81.25% from 255) = 54.62%
R=8.44%
G=36.94%
B=54.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal321402070.850.3200.19202.9773.2246.86
Hex208CCF5520013cb492f
Octal402143171254002331311157
Binary10000010001100110011111010101100000010011110010111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208CCF; }

 p { color: rgb(32,140,207); }

 H1.HeaderClassName
 {
   color: #208CCF;
 }
 .AnyTagClassName
 {
   color: #208CCF;
 }
</style>
background-color css

<style>
 a { background-color: #208CCF; }

 a { background-color: rgb(32,140,207); }

 div.DivClassName
 {
   background-color: #208CCF;
 }
 .BgClassName
 {
   background-color: #208CCF;
 }
</style>
border-color css

<style>
 span { border-color: #208CCF; }

 span { border-color: rgb(32,140,207); }

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