Shades of Pelorous #218FAD
Tints of Pelorous #218FAD
RGB
CMYK
RGB Variations
Color information
#218FAD (or 0x218FAD) is known color: Pelorous. HEX triplet: 21, 8F and AD. RGB value is (33,143,173). Sum of RGB (Red+Green+Blue) = 33+143+173=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #218FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218FAD is #DE7052. Grayscale: #717171. Windows color (decimal): -14577747 or 11374369. OLE color: 11374369.
HSL color Cylindrical-coordinate representation of color #218FAD: hue angle of 192.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218FAD is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 143 | 173 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.32 |
| HSL | 192.86º | 0.68% | 0.4% | - |
| HSV(B) | 192.86º | 0.81% | 0.68% | - |
| XYZ | 17.99 | 22.99 | 43.02 | - |
| YUV | 113.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 173 | 0.81 | 0.17 | 0 | 0.32 | 192.86 | 0.68 | 0.4 |
| Hex | 21 | 8F | AD | 51 | 11 | 0 | 20 | C1 | 44 | 28 |
| Octal | 41 | 217 | 255 | 121 | 21 | 0 | 40 | 301 | 104 | 50 |
| Binary | 100001 | 10001111 | 10101101 | 1010001 | 10001 | 0 | 100000 | 11000001 | 1000100 | 101000 |
Color Harmonies of #218FAD
Complementary color
Monochromatic Colors of #218FAD
Black with #218FAD
Text Example
Text Example
White with #218FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FAD; }
p { color: rgb(33,143,173); }
H1.HeaderClassName
{
color: #218FAD;
}
.AnyTagClassName
{
color: #218FAD;
}
</style>
background-color css
<style>
a { background-color: #218FAD; }
a { background-color: rgb(33,143,173); }
div.DivClassName
{
background-color: #218FAD;
}
.BgClassName
{
background-color: #218FAD;
}
</style>
border-color css
<style>
span { border-color: #218FAD; }
span { border-color: rgb(33,143,173); }
td.TdClassName
{
border-color: #218FAD;
}
.TagClassName
{
border-color: #218FAD;
}
</style>