Shades of Pelorous #219CBF
Tints of Pelorous #219CBF
RGB
CMYK
RGB Variations
Color information
#219CBF (or 0x219CBF) is known color: Pelorous. HEX triplet: 21, 9C and BF. RGB value is (33,156,191). Sum of RGB (Red+Green+Blue) = 33+156+191=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #219CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CBF is #DE6340. Grayscale: #7A7A7A. Windows color (decimal): -14574401 or 12557345. OLE color: 12557345.
HSL color Cylindrical-coordinate representation of color #219CBF: hue angle of 193.29º degrees, saturation: 0.71, 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 #219CBF is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 156 | 191 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.25 |
| HSL | 193.29º | 0.71% | 0.44% | - |
| HSV(B) | 193.29º | 0.83% | 0.75% | - |
| XYZ | 21.92 | 27.86 | 53.51 | - |
| YUV | 123.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 191 | 0.83 | 0.18 | 0 | 0.25 | 193.29 | 0.71 | 0.44 |
| Hex | 21 | 9C | BF | 53 | 12 | 0 | 19 | C1 | 47 | 2C |
| Octal | 41 | 234 | 277 | 123 | 22 | 0 | 31 | 301 | 107 | 54 |
| Binary | 100001 | 10011100 | 10111111 | 1010011 | 10010 | 0 | 11001 | 11000001 | 1000111 | 101100 |
Color Harmonies of #219CBF
Complementary color
Monochromatic Colors of #219CBF
Black with #219CBF
Text Example
Text Example
White with #219CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CBF; }
p { color: rgb(33,156,191); }
H1.HeaderClassName
{
color: #219CBF;
}
.AnyTagClassName
{
color: #219CBF;
}
</style>
background-color css
<style>
a { background-color: #219CBF; }
a { background-color: rgb(33,156,191); }
div.DivClassName
{
background-color: #219CBF;
}
.BgClassName
{
background-color: #219CBF;
}
</style>
border-color css
<style>
span { border-color: #219CBF; }
span { border-color: rgb(33,156,191); }
td.TdClassName
{
border-color: #219CBF;
}
.TagClassName
{
border-color: #219CBF;
}
</style>