#208EC8

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

Shades of Pelorous #208EC8

Tints of Pelorous #208EC8

Color information

#208EC8 (or 0x208EC8) is unknown color: approx Pelorous. HEX triplet: 20, 8E and C8. RGB value is (32,142,200). Sum of RGB (Red+Green+Blue) = 32+142+200=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #208EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EC8 is #DF7137. Grayscale: #737373. Windows color (decimal): -14643512 or 13143584. OLE color: 13143584.

HSL color Cylindrical-coordinate representation of color #208EC8: hue angle of 200.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208EC8 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB32142200-
CMYK0.840.2900.22
HSL200.71º72.41%45.49%-
HSV(B)200.71º84%78.43%-
XYZ20.6923.8258.15-
YUV115.72175.5668.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.56%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 200 (78.52% from 255) = 53.48%
R=8.56%
G=37.97%
B=53.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal321422000.840.2900.22200.7172.4145.49
Hex208EC8541D016c9482d
Octal402163101243502631111055
Binary1000001000111011001000101010011101010110110010011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,142,200); }

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

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

 a { background-color: rgb(32,142,200); }

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

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

 span { border-color: rgb(32,142,200); }

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