Shades of Atoll #217F89
Tints of Atoll #217F89
RGB
CMYK
RGB Variations
Color information
#217F89 (or 0x217F89) is known color: Atoll. HEX triplet: 21, 7F and 89. RGB value is (33,127,137). Sum of RGB (Red+Green+Blue) = 33+127+137=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #217F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F89 is #DE8076. Grayscale: #636363. Windows color (decimal): -14581879 or 9010977. OLE color: 9010977.
HSL color Cylindrical-coordinate representation of color #217F89: hue angle of 185.77º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217F89 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 127 | 137 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.46 |
| HSL | 185.77º | 0.61% | 0.33% | - |
| HSV(B) | 185.77º | 0.76% | 0.54% | - |
| XYZ | 12.73 | 17.31 | 26.34 | - |
| YUV | 100.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 137 | 0.76 | 0.07 | 0 | 0.46 | 185.77 | 0.61 | 0.33 |
| Hex | 21 | 7F | 89 | 4C | 7 | 0 | 2E | BA | 3D | 21 |
| Octal | 41 | 177 | 211 | 114 | 7 | 0 | 56 | 272 | 75 | 41 |
| Binary | 100001 | 1111111 | 10001001 | 1001100 | 111 | 0 | 101110 | 10111010 | 111101 | 100001 |
Color Harmonies of #217F89
Complementary color
Monochromatic Colors of #217F89
Black with #217F89
Text Example
Text Example
White with #217F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F89; }
p { color: rgb(33,127,137); }
H1.HeaderClassName
{
color: #217F89;
}
.AnyTagClassName
{
color: #217F89;
}
</style>
background-color css
<style>
a { background-color: #217F89; }
a { background-color: rgb(33,127,137); }
div.DivClassName
{
background-color: #217F89;
}
.BgClassName
{
background-color: #217F89;
}
</style>
border-color css
<style>
span { border-color: #217F89; }
span { border-color: rgb(33,127,137); }
td.TdClassName
{
border-color: #217F89;
}
.TagClassName
{
border-color: #217F89;
}
</style>