Shades of Atoll #217F8F
Tints of Atoll #217F8F
RGB
CMYK
RGB Variations
Color information
#217F8F (or 0x217F8F) is known color: Atoll. HEX triplet: 21, 7F and 8F. RGB value is (33,127,143). Sum of RGB (Red+Green+Blue) = 33+127+143=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #217F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F8F is #DE8070. Grayscale: #646464. Windows color (decimal): -14581873 or 9404193. OLE color: 9404193.
HSL color Cylindrical-coordinate representation of color #217F8F: hue angle of 188.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217F8F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 127 | 143 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.44 |
| HSL | 188.73º | 0.63% | 0.35% | - |
| HSV(B) | 188.73º | 0.77% | 0.56% | - |
| XYZ | 13.17 | 17.49 | 28.67 | - |
| YUV | 100.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 143 | 0.77 | 0.11 | 0 | 0.44 | 188.73 | 0.63 | 0.35 |
| Hex | 21 | 7F | 8F | 4D | B | 0 | 2C | BD | 3E | 23 |
| Octal | 41 | 177 | 217 | 115 | 13 | 0 | 54 | 275 | 76 | 43 |
| Binary | 100001 | 1111111 | 10001111 | 1001101 | 1011 | 0 | 101100 | 10111101 | 111110 | 100011 |
Color Harmonies of #217F8F
Complementary color
Monochromatic Colors of #217F8F
Black with #217F8F
Text Example
Text Example
White with #217F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F8F; }
p { color: rgb(33,127,143); }
H1.HeaderClassName
{
color: #217F8F;
}
.AnyTagClassName
{
color: #217F8F;
}
</style>
background-color css
<style>
a { background-color: #217F8F; }
a { background-color: rgb(33,127,143); }
div.DivClassName
{
background-color: #217F8F;
}
.BgClassName
{
background-color: #217F8F;
}
</style>
border-color css
<style>
span { border-color: #217F8F; }
span { border-color: rgb(33,127,143); }
td.TdClassName
{
border-color: #217F8F;
}
.TagClassName
{
border-color: #217F8F;
}
</style>