Shades of Pelorous #219DBE
Tints of Pelorous #219DBE
RGB
CMYK
RGB Variations
Color information
#219DBE (or 0x219DBE) is known color: Pelorous. HEX triplet: 21, 9D and BE. RGB value is (33,157,190). Sum of RGB (Red+Green+Blue) = 33+157+190=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #219DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DBE is #DE6241. Grayscale: #7B7B7B. Windows color (decimal): -14574146 or 12492065. OLE color: 12492065.
HSL color Cylindrical-coordinate representation of color #219DBE: hue angle of 192.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219DBE is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 157 | 190 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.25 |
| HSL | 192.61º | 0.7% | 0.44% | - |
| HSV(B) | 192.61º | 0.83% | 0.75% | - |
| XYZ | 21.98 | 28.15 | 52.99 | - |
| YUV | 123.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 190 | 0.83 | 0.17 | 0 | 0.25 | 192.61 | 0.7 | 0.44 |
| Hex | 21 | 9D | BE | 53 | 11 | 0 | 19 | C1 | 46 | 2C |
| Octal | 41 | 235 | 276 | 123 | 21 | 0 | 31 | 301 | 106 | 54 |
| Binary | 100001 | 10011101 | 10111110 | 1010011 | 10001 | 0 | 11001 | 11000001 | 1000110 | 101100 |
Color Harmonies of #219DBE
Complementary color
Monochromatic Colors of #219DBE
Black with #219DBE
Text Example
Text Example
White with #219DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DBE; }
p { color: rgb(33,157,190); }
H1.HeaderClassName
{
color: #219DBE;
}
.AnyTagClassName
{
color: #219DBE;
}
</style>
background-color css
<style>
a { background-color: #219DBE; }
a { background-color: rgb(33,157,190); }
div.DivClassName
{
background-color: #219DBE;
}
.BgClassName
{
background-color: #219DBE;
}
</style>
border-color css
<style>
span { border-color: #219DBE; }
span { border-color: rgb(33,157,190); }
td.TdClassName
{
border-color: #219DBE;
}
.TagClassName
{
border-color: #219DBE;
}
</style>