Shades of Pelorous #2194AB
Tints of Pelorous #2194AB
RGB
CMYK
RGB Variations
Color information
#2194AB (or 0x2194AB) is known color: Pelorous. HEX triplet: 21, 94 and AB. RGB value is (33,148,171). Sum of RGB (Red+Green+Blue) = 33+148+171=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2194AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2194AB is #DE6B54. Grayscale: #747474. Windows color (decimal): -14576469 or 11244577. OLE color: 11244577.
HSL color Cylindrical-coordinate representation of color #2194AB: hue angle of 190º 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 #2194AB is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 148 | 171 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.33 |
| HSL | 190º | 0.68% | 0.4% | - |
| HSV(B) | 190º | 0.81% | 0.67% | - |
| XYZ | 18.57 | 24.44 | 42.27 | - |
| YUV | 116.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 171 | 0.81 | 0.13 | 0 | 0.33 | 190 | 0.68 | 0.4 |
| Hex | 21 | 94 | AB | 51 | D | 0 | 21 | BE | 44 | 28 |
| Octal | 41 | 224 | 253 | 121 | 15 | 0 | 41 | 276 | 104 | 50 |
| Binary | 100001 | 10010100 | 10101011 | 1010001 | 1101 | 0 | 100001 | 10111110 | 1000100 | 101000 |
Color Harmonies of #2194AB
Complementary color
Monochromatic Colors of #2194AB
Black with #2194AB
Text Example
Text Example
White with #2194AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194AB; }
p { color: rgb(33,148,171); }
H1.HeaderClassName
{
color: #2194AB;
}
.AnyTagClassName
{
color: #2194AB;
}
</style>
background-color css
<style>
a { background-color: #2194AB; }
a { background-color: rgb(33,148,171); }
div.DivClassName
{
background-color: #2194AB;
}
.BgClassName
{
background-color: #2194AB;
}
</style>
border-color css
<style>
span { border-color: #2194AB; }
span { border-color: rgb(33,148,171); }
td.TdClassName
{
border-color: #2194AB;
}
.TagClassName
{
border-color: #2194AB;
}
</style>