Shades of Pelorous #219AAE
Tints of Pelorous #219AAE
RGB
CMYK
RGB Variations
Color information
#219AAE (or 0x219AAE) is known color: Pelorous. HEX triplet: 21, 9A and AE. RGB value is (33,154,174). Sum of RGB (Red+Green+Blue) = 33+154+174=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #219AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219AAE is #DE6551. Grayscale: #777777. Windows color (decimal): -14574930 or 11442721. OLE color: 11442721.
HSL color Cylindrical-coordinate representation of color #219AAE: hue angle of 188.51º 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 #219AAE is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 154 | 174 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.32 |
| HSL | 188.51º | 0.68% | 0.41% | - |
| HSV(B) | 188.51º | 0.81% | 0.68% | - |
| XYZ | 19.82 | 26.49 | 44.11 | - |
| YUV | 120.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 174 | 0.81 | 0.11 | 0 | 0.32 | 188.51 | 0.68 | 0.41 |
| Hex | 21 | 9A | AE | 51 | B | 0 | 20 | BD | 44 | 29 |
| Octal | 41 | 232 | 256 | 121 | 13 | 0 | 40 | 275 | 104 | 51 |
| Binary | 100001 | 10011010 | 10101110 | 1010001 | 1011 | 0 | 100000 | 10111101 | 1000100 | 101001 |
Color Harmonies of #219AAE
Complementary color
Monochromatic Colors of #219AAE
Black with #219AAE
Text Example
Text Example
White with #219AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219AAE; }
p { color: rgb(33,154,174); }
H1.HeaderClassName
{
color: #219AAE;
}
.AnyTagClassName
{
color: #219AAE;
}
</style>
background-color css
<style>
a { background-color: #219AAE; }
a { background-color: rgb(33,154,174); }
div.DivClassName
{
background-color: #219AAE;
}
.BgClassName
{
background-color: #219AAE;
}
</style>
border-color css
<style>
span { border-color: #219AAE; }
span { border-color: rgb(33,154,174); }
td.TdClassName
{
border-color: #219AAE;
}
.TagClassName
{
border-color: #219AAE;
}
</style>