Shades of Pelorous #219AAF
Tints of Pelorous #219AAF
RGB
CMYK
RGB Variations
Color information
#219AAF (or 0x219AAF) is known color: Pelorous. HEX triplet: 21, 9A and AF. RGB value is (33,154,175). Sum of RGB (Red+Green+Blue) = 33+154+175=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #219AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219AAF is #DE6550. Grayscale: #787878. Windows color (decimal): -14574929 or 11508257. OLE color: 11508257.
HSL color Cylindrical-coordinate representation of color #219AAF: hue angle of 188.87º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219AAF is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 154 | 175 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.31 |
| HSL | 188.87º | 0.68% | 0.41% | - |
| HSV(B) | 188.87º | 0.81% | 0.69% | - |
| XYZ | 19.92 | 26.53 | 44.63 | - |
| YUV | 120.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 175 | 0.81 | 0.12 | 0 | 0.31 | 188.87 | 0.68 | 0.41 |
| Hex | 21 | 9A | AF | 51 | C | 0 | 1F | BD | 44 | 29 |
| Octal | 41 | 232 | 257 | 121 | 14 | 0 | 37 | 275 | 104 | 51 |
| Binary | 100001 | 10011010 | 10101111 | 1010001 | 1100 | 0 | 11111 | 10111101 | 1000100 | 101001 |
Color Harmonies of #219AAF
Complementary color
Monochromatic Colors of #219AAF
Black with #219AAF
Text Example
Text Example
White with #219AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219AAF; }
p { color: rgb(33,154,175); }
H1.HeaderClassName
{
color: #219AAF;
}
.AnyTagClassName
{
color: #219AAF;
}
</style>
background-color css
<style>
a { background-color: #219AAF; }
a { background-color: rgb(33,154,175); }
div.DivClassName
{
background-color: #219AAF;
}
.BgClassName
{
background-color: #219AAF;
}
</style>
border-color css
<style>
span { border-color: #219AAF; }
span { border-color: rgb(33,154,175); }
td.TdClassName
{
border-color: #219AAF;
}
.TagClassName
{
border-color: #219AAF;
}
</style>