Shades of Pelorous #218DAA
Tints of Pelorous #218DAA
RGB
CMYK
RGB Variations
Color information
#218DAA (or 0x218DAA) is known color: Pelorous. HEX triplet: 21, 8D and AA. RGB value is (33,141,170). Sum of RGB (Red+Green+Blue) = 33+141+170=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #218DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218DAA is #DE7255. Grayscale: #6F6F6F. Windows color (decimal): -14578262 or 11177249. OLE color: 11177249.
HSL color Cylindrical-coordinate representation of color #218DAA: hue angle of 192.7º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218DAA is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 141 | 170 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.33 |
| HSL | 192.7º | 0.67% | 0.4% | - |
| HSV(B) | 192.7º | 0.81% | 0.67% | - |
| XYZ | 17.41 | 22.28 | 41.41 | - |
| YUV | 112.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 170 | 0.81 | 0.17 | 0 | 0.33 | 192.7 | 0.67 | 0.4 |
| Hex | 21 | 8D | AA | 51 | 11 | 0 | 21 | C1 | 43 | 28 |
| Octal | 41 | 215 | 252 | 121 | 21 | 0 | 41 | 301 | 103 | 50 |
| Binary | 100001 | 10001101 | 10101010 | 1010001 | 10001 | 0 | 100001 | 11000001 | 1000011 | 101000 |
Color Harmonies of #218DAA
Complementary color
Monochromatic Colors of #218DAA
Black with #218DAA
Text Example
Text Example
White with #218DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DAA; }
p { color: rgb(33,141,170); }
H1.HeaderClassName
{
color: #218DAA;
}
.AnyTagClassName
{
color: #218DAA;
}
</style>
background-color css
<style>
a { background-color: #218DAA; }
a { background-color: rgb(33,141,170); }
div.DivClassName
{
background-color: #218DAA;
}
.BgClassName
{
background-color: #218DAA;
}
</style>
border-color css
<style>
span { border-color: #218DAA; }
span { border-color: rgb(33,141,170); }
td.TdClassName
{
border-color: #218DAA;
}
.TagClassName
{
border-color: #218DAA;
}
</style>