Shades of Atoll #207B85
Tints of Atoll #207B85
RGB
CMYK
RGB Variations
Color information
#207B85 (or 0x207B85) is known color: Atoll. HEX triplet: 20, 7B and 85. RGB value is (32,123,133). Sum of RGB (Red+Green+Blue) = 32+123+133=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #207B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207B85 is #DF847A. Grayscale: #606060. Windows color (decimal): -14648443 or 8747808. OLE color: 8747808.
HSL color Cylindrical-coordinate representation of color #207B85: hue angle of 185.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207B85 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 123 | 133 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.48 |
| HSL | 185.94º | 0.61% | 0.32% | - |
| HSV(B) | 185.94º | 0.76% | 0.52% | - |
| XYZ | 11.91 | 16.17 | 24.68 | - |
| YUV | 96.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 133 | 0.76 | 0.08 | 0 | 0.48 | 185.94 | 0.61 | 0.32 |
| Hex | 20 | 7B | 85 | 4C | 8 | 0 | 30 | BA | 3D | 20 |
| Octal | 40 | 173 | 205 | 114 | 10 | 0 | 60 | 272 | 75 | 40 |
| Binary | 100000 | 1111011 | 10000101 | 1001100 | 1000 | 0 | 110000 | 10111010 | 111101 | 100000 |
Color Harmonies of #207B85
Complementary color
Monochromatic Colors of #207B85
Black with #207B85
Text Example
Text Example
White with #207B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B85; }
p { color: rgb(32,123,133); }
H1.HeaderClassName
{
color: #207B85;
}
.AnyTagClassName
{
color: #207B85;
}
</style>
background-color css
<style>
a { background-color: #207B85; }
a { background-color: rgb(32,123,133); }
div.DivClassName
{
background-color: #207B85;
}
.BgClassName
{
background-color: #207B85;
}
</style>
border-color css
<style>
span { border-color: #207B85; }
span { border-color: rgb(32,123,133); }
td.TdClassName
{
border-color: #207B85;
}
.TagClassName
{
border-color: #207B85;
}
</style>