Shades of Pelorous #218DBF
Tints of Pelorous #218DBF
RGB
CMYK
RGB Variations
Color information
#218DBF (or 0x218DBF) is known color: Pelorous. HEX triplet: 21, 8D and BF. RGB value is (33,141,191). Sum of RGB (Red+Green+Blue) = 33+141+191=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #218DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DBF is #DE7240. Grayscale: #727272. Windows color (decimal): -14578241 or 12553505. OLE color: 12553505.
HSL color Cylindrical-coordinate representation of color #218DBF: hue angle of 198.99º 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 #218DBF is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 141 | 191 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.25 |
| HSL | 198.99º | 0.71% | 0.44% | - |
| HSV(B) | 198.99º | 0.83% | 0.75% | - |
| XYZ | 19.56 | 23.13 | 52.72 | - |
| YUV | 114.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 191 | 0.83 | 0.26 | 0 | 0.25 | 198.99 | 0.71 | 0.44 |
| Hex | 21 | 8D | BF | 53 | 1A | 0 | 19 | C7 | 47 | 2C |
| Octal | 41 | 215 | 277 | 123 | 32 | 0 | 31 | 307 | 107 | 54 |
| Binary | 100001 | 10001101 | 10111111 | 1010011 | 11010 | 0 | 11001 | 11000111 | 1000111 | 101100 |
Color Harmonies of #218DBF
Complementary color
Monochromatic Colors of #218DBF
Black with #218DBF
Text Example
Text Example
White with #218DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DBF; }
p { color: rgb(33,141,191); }
H1.HeaderClassName
{
color: #218DBF;
}
.AnyTagClassName
{
color: #218DBF;
}
</style>
background-color css
<style>
a { background-color: #218DBF; }
a { background-color: rgb(33,141,191); }
div.DivClassName
{
background-color: #218DBF;
}
.BgClassName
{
background-color: #218DBF;
}
</style>
border-color css
<style>
span { border-color: #218DBF; }
span { border-color: rgb(33,141,191); }
td.TdClassName
{
border-color: #218DBF;
}
.TagClassName
{
border-color: #218DBF;
}
</style>