Shades of Atoll #217B85
Tints of Atoll #217B85
RGB
CMYK
RGB Variations
Color information
#217B85 (or 0x217B85) is known color: Atoll. HEX triplet: 21, 7B and 85. RGB value is (33,123,133). Sum of RGB (Red+Green+Blue) = 33+123+133=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #217B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B85 is #DE847A. Grayscale: #616161. Windows color (decimal): -14582907 or 8747809. OLE color: 8747809.
HSL color Cylindrical-coordinate representation of color #217B85: hue angle of 186º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217B85 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 123 | 133 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.48 |
| HSL | 186º | 0.6% | 0.33% | - |
| HSV(B) | 186º | 0.75% | 0.52% | - |
| XYZ | 11.94 | 16.18 | 24.68 | - |
| YUV | 97.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 133 | 0.75 | 0.08 | 0 | 0.48 | 186 | 0.6 | 0.33 |
| Hex | 21 | 7B | 85 | 4B | 8 | 0 | 30 | BA | 3C | 21 |
| Octal | 41 | 173 | 205 | 113 | 10 | 0 | 60 | 272 | 74 | 41 |
| Binary | 100001 | 1111011 | 10000101 | 1001011 | 1000 | 0 | 110000 | 10111010 | 111100 | 100001 |
Color Harmonies of #217B85
Complementary color
Monochromatic Colors of #217B85
Black with #217B85
Text Example
Text Example
White with #217B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B85; }
p { color: rgb(33,123,133); }
H1.HeaderClassName
{
color: #217B85;
}
.AnyTagClassName
{
color: #217B85;
}
</style>
background-color css
<style>
a { background-color: #217B85; }
a { background-color: rgb(33,123,133); }
div.DivClassName
{
background-color: #217B85;
}
.BgClassName
{
background-color: #217B85;
}
</style>
border-color css
<style>
span { border-color: #217B85; }
span { border-color: rgb(33,123,133); }
td.TdClassName
{
border-color: #217B85;
}
.TagClassName
{
border-color: #217B85;
}
</style>