Shades of Pelorous #218AAF
Tints of Pelorous #218AAF
RGB
CMYK
RGB Variations
Color information
#218AAF (or 0x218AAF) is known color: Pelorous. HEX triplet: 21, 8A and AF. RGB value is (33,138,175). Sum of RGB (Red+Green+Blue) = 33+138+175=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #218AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218AAF is #DE7550. Grayscale: #6E6E6E. Windows color (decimal): -14579025 or 11504161. OLE color: 11504161.
HSL color Cylindrical-coordinate representation of color #218AAF: hue angle of 195.63º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218AAF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 138 | 175 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.31 |
| HSL | 195.63º | 0.68% | 0.41% | - |
| HSV(B) | 195.63º | 0.81% | 0.69% | - |
| XYZ | 17.45 | 21.6 | 43.81 | - |
| YUV | 110.82 | 164.21 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 175 | 0.81 | 0.21 | 0 | 0.31 | 195.63 | 0.68 | 0.41 |
| Hex | 21 | 8A | AF | 51 | 15 | 0 | 1F | C4 | 44 | 29 |
| Octal | 41 | 212 | 257 | 121 | 25 | 0 | 37 | 304 | 104 | 51 |
| Binary | 100001 | 10001010 | 10101111 | 1010001 | 10101 | 0 | 11111 | 11000100 | 1000100 | 101001 |
Color Harmonies of #218AAF
Complementary color
Monochromatic Colors of #218AAF
Black with #218AAF
Text Example
Text Example
White with #218AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AAF; }
p { color: rgb(33,138,175); }
H1.HeaderClassName
{
color: #218AAF;
}
.AnyTagClassName
{
color: #218AAF;
}
</style>
background-color css
<style>
a { background-color: #218AAF; }
a { background-color: rgb(33,138,175); }
div.DivClassName
{
background-color: #218AAF;
}
.BgClassName
{
background-color: #218AAF;
}
</style>
border-color css
<style>
span { border-color: #218AAF; }
span { border-color: rgb(33,138,175); }
td.TdClassName
{
border-color: #218AAF;
}
.TagClassName
{
border-color: #218AAF;
}
</style>