Shades of Pelorous #2199AE
Tints of Pelorous #2199AE
RGB
CMYK
RGB Variations
Color information
#2199AE (or 0x2199AE) is known color: Pelorous. HEX triplet: 21, 99 and AE. RGB value is (33,153,174). Sum of RGB (Red+Green+Blue) = 33+153+174=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #2199AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2199AE is #DE6651. Grayscale: #777777. Windows color (decimal): -14575186 or 11442465. OLE color: 11442465.
HSL color Cylindrical-coordinate representation of color #2199AE: hue angle of 188.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2199AE is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 153 | 174 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.32 |
| HSL | 188.94º | 0.68% | 0.41% | - |
| HSV(B) | 188.94º | 0.81% | 0.68% | - |
| XYZ | 19.66 | 26.16 | 44.06 | - |
| YUV | 119.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 174 | 0.81 | 0.12 | 0 | 0.32 | 188.94 | 0.68 | 0.41 |
| Hex | 21 | 99 | AE | 51 | C | 0 | 20 | BD | 44 | 29 |
| Octal | 41 | 231 | 256 | 121 | 14 | 0 | 40 | 275 | 104 | 51 |
| Binary | 100001 | 10011001 | 10101110 | 1010001 | 1100 | 0 | 100000 | 10111101 | 1000100 | 101001 |
Color Harmonies of #2199AE
Complementary color
Monochromatic Colors of #2199AE
Black with #2199AE
Text Example
Text Example
White with #2199AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199AE; }
p { color: rgb(33,153,174); }
H1.HeaderClassName
{
color: #2199AE;
}
.AnyTagClassName
{
color: #2199AE;
}
</style>
background-color css
<style>
a { background-color: #2199AE; }
a { background-color: rgb(33,153,174); }
div.DivClassName
{
background-color: #2199AE;
}
.BgClassName
{
background-color: #2199AE;
}
</style>
border-color css
<style>
span { border-color: #2199AE; }
span { border-color: rgb(33,153,174); }
td.TdClassName
{
border-color: #2199AE;
}
.TagClassName
{
border-color: #2199AE;
}
</style>