Shades of Botticelli #8AADB2
Tints of Botticelli #8AADB2
RGB
CMYK
RGB Variations
Color information
#8AADB2 (or 0x8AADB2) is known color: Botticelli. HEX triplet: 8A, AD and B2. RGB value is (138,173,178). Sum of RGB (Red+Green+Blue) = 138+173+178=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 178 - color contains mainly: blue. Hex color #8AADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AADB2 is #75524D. Grayscale: #A3A3A3. Windows color (decimal): -7688782 or 11709834. OLE color: 11709834.
HSL color Cylindrical-coordinate representation of color #8AADB2: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AADB2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 173 | 178 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.30 |
| HSL | 187.5º | 0.21% | 0.62% | - |
| HSV(B) | 187.5º | 0.22% | 0.7% | - |
| XYZ | 33.46 | 38.5 | 47.79 | - |
| YUV | 163.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 178 | 0.22 | 0.03 | 0 | 0.30 | 187.5 | 0.21 | 0.62 |
| Hex | 8A | AD | B2 | 16 | 3 | 0 | 1E | BC | 15 | 3E |
| Octal | 212 | 255 | 262 | 26 | 3 | 0 | 36 | 274 | 25 | 76 |
| Binary | 10001010 | 10101101 | 10110010 | 10110 | 11 | 0 | 11110 | 10111100 | 10101 | 111110 |
Color Harmonies of #8AADB2
Complementary color
Monochromatic Colors of #8AADB2
Black with #8AADB2
Text Example
Text Example
White with #8AADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADB2; }
p { color: rgb(138,173,178); }
H1.HeaderClassName
{
color: #8AADB2;
}
.AnyTagClassName
{
color: #8AADB2;
}
</style>
background-color css
<style>
a { background-color: #8AADB2; }
a { background-color: rgb(138,173,178); }
div.DivClassName
{
background-color: #8AADB2;
}
.BgClassName
{
background-color: #8AADB2;
}
</style>
border-color css
<style>
span { border-color: #8AADB2; }
span { border-color: rgb(138,173,178); }
td.TdClassName
{
border-color: #8AADB2;
}
.TagClassName
{
border-color: #8AADB2;
}
</style>