Shades of Pelorous #219DAE
Tints of Pelorous #219DAE
RGB
CMYK
RGB Variations
Color information
#219DAE (or 0x219DAE) is known color: Pelorous. HEX triplet: 21, 9D and AE. RGB value is (33,157,174). Sum of RGB (Red+Green+Blue) = 33+157+174=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #219DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219DAE is #DE6251. Grayscale: #797979. Windows color (decimal): -14574162 or 11443489. OLE color: 11443489.
HSL color Cylindrical-coordinate representation of color #219DAE: hue angle of 187.23º 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 #219DAE is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 157 | 174 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.32 |
| HSL | 187.23º | 0.68% | 0.41% | - |
| HSV(B) | 187.23º | 0.81% | 0.68% | - |
| XYZ | 20.32 | 27.49 | 44.28 | - |
| YUV | 121.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 174 | 0.81 | 0.10 | 0 | 0.32 | 187.23 | 0.68 | 0.41 |
| Hex | 21 | 9D | AE | 51 | A | 0 | 20 | BB | 44 | 29 |
| Octal | 41 | 235 | 256 | 121 | 12 | 0 | 40 | 273 | 104 | 51 |
| Binary | 100001 | 10011101 | 10101110 | 1010001 | 1010 | 0 | 100000 | 10111011 | 1000100 | 101001 |
Color Harmonies of #219DAE
Complementary color
Monochromatic Colors of #219DAE
Black with #219DAE
Text Example
Text Example
White with #219DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DAE; }
p { color: rgb(33,157,174); }
H1.HeaderClassName
{
color: #219DAE;
}
.AnyTagClassName
{
color: #219DAE;
}
</style>
background-color css
<style>
a { background-color: #219DAE; }
a { background-color: rgb(33,157,174); }
div.DivClassName
{
background-color: #219DAE;
}
.BgClassName
{
background-color: #219DAE;
}
</style>
border-color css
<style>
span { border-color: #219DAE; }
span { border-color: rgb(33,157,174); }
td.TdClassName
{
border-color: #219DAE;
}
.TagClassName
{
border-color: #219DAE;
}
</style>