#208FAB

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

Shades of Pelorous #208FAB

Tints of Pelorous #208FAB

Color information

#208FAB (or 0x208FAB) is unknown color: approx Pelorous. HEX triplet: 20, 8F and AB. RGB value is (32,143,171). Sum of RGB (Red+Green+Blue) = 32+143+171=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #208FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208FAB is #DF7054. Grayscale: #707070. Windows color (decimal): -14643285 or 11243296. OLE color: 11243296.

HSL color Cylindrical-coordinate representation of color #208FAB: hue angle of 192.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #208FAB is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32143171-
CMYK0.810.1600.33
HSL192.09º68.47%39.8%-
HSV(B)192.09º81.29%67.06%-
XYZ17.7722.8942.01-
YUV113160.7370.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=9.25%
G=41.33%
B=49.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321431710.810.1600.33192.0968.4739.8
Hex208FAB5110021c04428
Octal402172531212004130010450
Binary10000010001111101010111010001100000100001110000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,143,171); }

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

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

 a { background-color: rgb(32,143,171); }

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

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

 span { border-color: rgb(32,143,171); }

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