Shades of Pelorous #219CAA
Tints of Pelorous #219CAA
RGB
CMYK
RGB Variations
Color information
#219CAA (or 0x219CAA) is known color: Pelorous. HEX triplet: 21, 9C and AA. RGB value is (33,156,170). Sum of RGB (Red+Green+Blue) = 33+156+170=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #219CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219CAA is #DE6355. Grayscale: #787878. Windows color (decimal): -14574422 or 11181089. OLE color: 11181089.
HSL color Cylindrical-coordinate representation of color #219CAA: hue angle of 186.13º degrees, saturation: 0.67, 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 #219CAA is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 156 | 170 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.33 |
| HSL | 186.13º | 0.67% | 0.4% | - |
| HSV(B) | 186.13º | 0.81% | 0.67% | - |
| XYZ | 19.77 | 27 | 42.2 | - |
| YUV | 120.82 | 155.75 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 170 | 0.81 | 0.08 | 0 | 0.33 | 186.13 | 0.67 | 0.4 |
| Hex | 21 | 9C | AA | 51 | 8 | 0 | 21 | BA | 43 | 28 |
| Octal | 41 | 234 | 252 | 121 | 10 | 0 | 41 | 272 | 103 | 50 |
| Binary | 100001 | 10011100 | 10101010 | 1010001 | 1000 | 0 | 100001 | 10111010 | 1000011 | 101000 |
Color Harmonies of #219CAA
Complementary color
Monochromatic Colors of #219CAA
Black with #219CAA
Text Example
Text Example
White with #219CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CAA; }
p { color: rgb(33,156,170); }
H1.HeaderClassName
{
color: #219CAA;
}
.AnyTagClassName
{
color: #219CAA;
}
</style>
background-color css
<style>
a { background-color: #219CAA; }
a { background-color: rgb(33,156,170); }
div.DivClassName
{
background-color: #219CAA;
}
.BgClassName
{
background-color: #219CAA;
}
</style>
border-color css
<style>
span { border-color: #219CAA; }
span { border-color: rgb(33,156,170); }
td.TdClassName
{
border-color: #219CAA;
}
.TagClassName
{
border-color: #219CAA;
}
</style>