#2096C9

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

Shades of Pelorous #2096C9

Tints of Pelorous #2096C9

Color information

#2096C9 (or 0x2096C9) is unknown color: approx Pelorous. HEX triplet: 20, 96 and C9. RGB value is (32,150,201). Sum of RGB (Red+Green+Blue) = 32+150+201=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #2096C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096C9 is #DF6936. Grayscale: #787878. Windows color (decimal): -14641463 or 13211168. OLE color: 13211168.

HSL color Cylindrical-coordinate representation of color #2096C9: hue angle of 198.11º 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 #2096C9 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32150201-
CMYK0.840.2500.21
HSL198.11º72.53%45.69%-
HSV(B)198.11º84.08%78.82%-
XYZ22.0426.3459.18-
YUV120.53173.4164.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.36%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=8.36%
G=39.16%
B=52.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321502010.840.2500.21198.1172.5345.69
Hex2096C95419015c6492e
Octal402263111243102530611156
Binary1000001001011011001001101010011001010101110001101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2096C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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