#2088C6

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

Shades of Pelorous #2088C6

Tints of Pelorous #2088C6

Color information

#2088C6 (or 0x2088C6) is unknown color: approx Pelorous. HEX triplet: 20, 88 and C6. RGB value is (32,136,198). Sum of RGB (Red+Green+Blue) = 32+136+198=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #2088C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088C6 is #DF7739. Grayscale: #6F6F6F. Windows color (decimal): -14645050 or 13010976. OLE color: 13010976.

HSL color Cylindrical-coordinate representation of color #2088C6: hue angle of 202.41º 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 #2088C6 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB32136198-
CMYK0.840.3100.22
HSL202.41º72.17%45.1%-
HSV(B)202.41º83.84%77.65%-
XYZ19.5921.9956.64-
YUV111.97176.5470.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.74%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=8.74%
G=37.16%
B=54.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal321361980.840.3100.22202.4172.1745.1
Hex2088C6541F016ca482d
Octal402103061243702631211055
Binary1000001000100011000110101010011111010110110010101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2088C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2088C6; }

 p { color: rgb(32,136,198); }

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

<style>
 a { background-color: #2088C6; }

 a { background-color: rgb(32,136,198); }

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

<style>
 span { border-color: #2088C6; }

 span { border-color: rgb(32,136,198); }

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