Shades of Pelorous #219BAE
Tints of Pelorous #219BAE
RGB
CMYK
RGB Variations
Color information
#219BAE (or 0x219BAE) is known color: Pelorous. HEX triplet: 21, 9B and AE. RGB value is (33,155,174). Sum of RGB (Red+Green+Blue) = 33+155+174=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #219BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BAE is #DE6451. Grayscale: #787878. Windows color (decimal): -14574674 or 11442977. OLE color: 11442977.
HSL color Cylindrical-coordinate representation of color #219BAE: hue angle of 188.09º 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 #219BAE is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 155 | 174 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.32 |
| HSL | 188.09º | 0.68% | 0.41% | - |
| HSV(B) | 188.09º | 0.81% | 0.68% | - |
| XYZ | 19.99 | 26.82 | 44.17 | - |
| YUV | 120.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 174 | 0.81 | 0.11 | 0 | 0.32 | 188.09 | 0.68 | 0.41 |
| Hex | 21 | 9B | AE | 51 | B | 0 | 20 | BC | 44 | 29 |
| Octal | 41 | 233 | 256 | 121 | 13 | 0 | 40 | 274 | 104 | 51 |
| Binary | 100001 | 10011011 | 10101110 | 1010001 | 1011 | 0 | 100000 | 10111100 | 1000100 | 101001 |
Color Harmonies of #219BAE
Complementary color
Monochromatic Colors of #219BAE
Black with #219BAE
Text Example
Text Example
White with #219BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BAE; }
p { color: rgb(33,155,174); }
H1.HeaderClassName
{
color: #219BAE;
}
.AnyTagClassName
{
color: #219BAE;
}
</style>
background-color css
<style>
a { background-color: #219BAE; }
a { background-color: rgb(33,155,174); }
div.DivClassName
{
background-color: #219BAE;
}
.BgClassName
{
background-color: #219BAE;
}
</style>
border-color css
<style>
span { border-color: #219BAE; }
span { border-color: rgb(33,155,174); }
td.TdClassName
{
border-color: #219BAE;
}
.TagClassName
{
border-color: #219BAE;
}
</style>