#208ABD

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

Shades of Pelorous #208ABD

Tints of Pelorous #208ABD

Color information

#208ABD (or 0x208ABD) is unknown color: approx Pelorous. HEX triplet: 20, 8A and BD. RGB value is (32,138,189). Sum of RGB (Red+Green+Blue) = 32+138+189=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #208ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ABD is #DF7542. Grayscale: #6F6F6F. Windows color (decimal): -14644547 or 12421664. OLE color: 12421664.

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

Color convert

RGB32138189-
CMYK0.830.2700.26
HSL199.49º71.04%43.33%-
HSV(B)199.49º83.07%74.12%-
XYZ18.8722.1651.43-
YUV112.12171.3870.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.91%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=8.91%
G=38.44%
B=52.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal321381890.830.2700.26199.4971.0443.33
Hex208ABD531B01Ac7472b
Octal402122751233303230710753
Binary1000001000101010111101101001111011011010110001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,138,189); }

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

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

 a { background-color: rgb(32,138,189); }

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

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

 span { border-color: rgb(32,138,189); }

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