#2196ce

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

Shades of Pelorous #2196CE

Tints of Pelorous #2196CE

Color information

#2196CE (or 0x2196CE) is unknown color: approx Pelorous. HEX triplet: 21, 96 and CE. RGB value is (33,150,206). Sum of RGB (Red+Green+Blue) = 33+150+206=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2196CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196CE is #DE6931. Grayscale: #797979. Windows color (decimal): -14575922 or 13538849. OLE color: 13538849.

HSL color Cylindrical-coordinate representation of color #2196CE: hue angle of 199.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2196CE is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB33150206-
CMYK0.840.2700.19
HSL199.42º72.38%46.86%-
HSV(B)199.42º83.98%80.78%-
XYZ22.6726.5962.33-
YUV121.4175.7464.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.48%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=8.48%
G=38.56%
B=52.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331502060.840.2700.19199.4272.3846.86
Hex2196CE541B013c7482f
Octal412263161243302330711057
Binary1000011001011011001110101010011011010011110001111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2196ce; }

 p { color: rgb(33,150,206); }

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

<style>
 a { background-color: #2196ce; }

 a { background-color: rgb(33,150,206); }

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

<style>
 span { border-color: #2196ce; }

 span { border-color: rgb(33,150,206); }

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