Shades of Pelorous #219EBD
Tints of Pelorous #219EBD
RGB
CMYK
RGB Variations
Color information
#219EBD (or 0x219EBD) is known color: Pelorous. HEX triplet: 21, 9E and BD. RGB value is (33,158,189). Sum of RGB (Red+Green+Blue) = 33+158+189=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #219EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EBD is #DE6142. Grayscale: #7B7B7B. Windows color (decimal): -14573891 or 12426785. OLE color: 12426785.
HSL color Cylindrical-coordinate representation of color #219EBD: hue angle of 191.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219EBD is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 158 | 189 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.26 |
| HSL | 191.92º | 0.7% | 0.44% | - |
| HSV(B) | 191.92º | 0.83% | 0.74% | - |
| XYZ | 22.04 | 28.45 | 52.47 | - |
| YUV | 124.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 189 | 0.83 | 0.16 | 0 | 0.26 | 191.92 | 0.7 | 0.44 |
| Hex | 21 | 9E | BD | 53 | 10 | 0 | 1A | C0 | 46 | 2C |
| Octal | 41 | 236 | 275 | 123 | 20 | 0 | 32 | 300 | 106 | 54 |
| Binary | 100001 | 10011110 | 10111101 | 1010011 | 10000 | 0 | 11010 | 11000000 | 1000110 | 101100 |
Color Harmonies of #219EBD
Complementary color
Monochromatic Colors of #219EBD
Black with #219EBD
Text Example
Text Example
White with #219EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219EBD; }
p { color: rgb(33,158,189); }
H1.HeaderClassName
{
color: #219EBD;
}
.AnyTagClassName
{
color: #219EBD;
}
</style>
background-color css
<style>
a { background-color: #219EBD; }
a { background-color: rgb(33,158,189); }
div.DivClassName
{
background-color: #219EBD;
}
.BgClassName
{
background-color: #219EBD;
}
</style>
border-color css
<style>
span { border-color: #219EBD; }
span { border-color: rgb(33,158,189); }
td.TdClassName
{
border-color: #219EBD;
}
.TagClassName
{
border-color: #219EBD;
}
</style>