Shades of Pelorous #218FBE
Tints of Pelorous #218FBE
RGB
CMYK
RGB Variations
Color information
#218FBE (or 0x218FBE) is known color: Pelorous. HEX triplet: 21, 8F and BE. RGB value is (33,143,190). Sum of RGB (Red+Green+Blue) = 33+143+190=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #218FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FBE is #DE7041. Grayscale: #737373. Windows color (decimal): -14577730 or 12488481. OLE color: 12488481.
HSL color Cylindrical-coordinate representation of color #218FBE: hue angle of 197.96º 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 #218FBE is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 143 | 190 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.25 |
| HSL | 197.96º | 0.7% | 0.44% | - |
| HSV(B) | 197.96º | 0.83% | 0.75% | - |
| XYZ | 19.74 | 23.69 | 52.25 | - |
| YUV | 115.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 190 | 0.83 | 0.25 | 0 | 0.25 | 197.96 | 0.7 | 0.44 |
| Hex | 21 | 8F | BE | 53 | 19 | 0 | 19 | C6 | 46 | 2C |
| Octal | 41 | 217 | 276 | 123 | 31 | 0 | 31 | 306 | 106 | 54 |
| Binary | 100001 | 10001111 | 10111110 | 1010011 | 11001 | 0 | 11001 | 11000110 | 1000110 | 101100 |
Color Harmonies of #218FBE
Complementary color
Monochromatic Colors of #218FBE
Black with #218FBE
Text Example
Text Example
White with #218FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FBE; }
p { color: rgb(33,143,190); }
H1.HeaderClassName
{
color: #218FBE;
}
.AnyTagClassName
{
color: #218FBE;
}
</style>
background-color css
<style>
a { background-color: #218FBE; }
a { background-color: rgb(33,143,190); }
div.DivClassName
{
background-color: #218FBE;
}
.BgClassName
{
background-color: #218FBE;
}
</style>
border-color css
<style>
span { border-color: #218FBE; }
span { border-color: rgb(33,143,190); }
td.TdClassName
{
border-color: #218FBE;
}
.TagClassName
{
border-color: #218FBE;
}
</style>