#2098C9

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

Shades of Pelorous #2098C9

Tints of Pelorous #2098C9

Color information

#2098C9 (or 0x2098C9) is unknown color: approx Pelorous. HEX triplet: 20, 98 and C9. RGB value is (32,152,201). Sum of RGB (Red+Green+Blue) = 32+152+201=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #2098C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2098C9 is #DF6736. Grayscale: #797979. Windows color (decimal): -14640951 or 13211680. OLE color: 13211680.

HSL color Cylindrical-coordinate representation of color #2098C9: hue angle of 197.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2098C9 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32152201-
CMYK0.840.2400.21
HSL197.4º72.53%45.69%-
HSV(B)197.4º84.08%78.82%-
XYZ22.3726.9859.29-
YUV121.71172.7464.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.31%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 201 (78.91% from 255) = 52.21%
R=8.31%
G=39.48%
B=52.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321522010.840.2400.21197.472.5345.69
Hex2098C95418015c5492e
Octal402303111243002530511156
Binary1000001001100011001001101010011000010101110001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2098C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2098C9; }

 p { color: rgb(32,152,201); }

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

<style>
 a { background-color: #2098C9; }

 a { background-color: rgb(32,152,201); }

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

<style>
 span { border-color: #2098C9; }

 span { border-color: rgb(32,152,201); }

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