Shades of Pelorous #2196AB
Tints of Pelorous #2196AB
RGB
CMYK
RGB Variations
Color information
#2196AB (or 0x2196AB) is known color: Pelorous. HEX triplet: 21, 96 and AB. RGB value is (33,150,171). Sum of RGB (Red+Green+Blue) = 33+150+171=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #2196AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2196AB is #DE6954. Grayscale: #757575. Windows color (decimal): -14575957 or 11245089. OLE color: 11245089.
HSL color Cylindrical-coordinate representation of color #2196AB: hue angle of 189.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2196AB is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 150 | 171 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.33 |
| HSL | 189.13º | 0.68% | 0.4% | - |
| HSV(B) | 189.13º | 0.81% | 0.67% | - |
| XYZ | 18.88 | 25.08 | 42.37 | - |
| YUV | 117.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 171 | 0.81 | 0.12 | 0 | 0.33 | 189.13 | 0.68 | 0.4 |
| Hex | 21 | 96 | AB | 51 | C | 0 | 21 | BD | 44 | 28 |
| Octal | 41 | 226 | 253 | 121 | 14 | 0 | 41 | 275 | 104 | 50 |
| Binary | 100001 | 10010110 | 10101011 | 1010001 | 1100 | 0 | 100001 | 10111101 | 1000100 | 101000 |
Color Harmonies of #2196AB
Complementary color
Monochromatic Colors of #2196AB
Black with #2196AB
Text Example
Text Example
White with #2196AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2196AB; }
p { color: rgb(33,150,171); }
H1.HeaderClassName
{
color: #2196AB;
}
.AnyTagClassName
{
color: #2196AB;
}
</style>
background-color css
<style>
a { background-color: #2196AB; }
a { background-color: rgb(33,150,171); }
div.DivClassName
{
background-color: #2196AB;
}
.BgClassName
{
background-color: #2196AB;
}
</style>
border-color css
<style>
span { border-color: #2196AB; }
span { border-color: rgb(33,150,171); }
td.TdClassName
{
border-color: #2196AB;
}
.TagClassName
{
border-color: #2196AB;
}
</style>