Shades of Botticelli #8AADB3
Tints of Botticelli #8AADB3
RGB
CMYK
RGB Variations
Color information
#8AADB3 (or 0x8AADB3) is known color: Botticelli. HEX triplet: 8A, AD and B3. RGB value is (138,173,179). Sum of RGB (Red+Green+Blue) = 138+173+179=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #8AADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADB3 is #75524C. Grayscale: #A3A3A3. Windows color (decimal): -7688781 or 11775370. OLE color: 11775370.
HSL color Cylindrical-coordinate representation of color #8AADB3: hue angle of 188.78º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AADB3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 173 | 179 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.30 |
| HSL | 188.78º | 0.21% | 0.62% | - |
| HSV(B) | 188.78º | 0.23% | 0.7% | - |
| XYZ | 33.56 | 38.55 | 48.32 | - |
| YUV | 163.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 179 | 0.23 | 0.03 | 0 | 0.30 | 188.78 | 0.21 | 0.62 |
| Hex | 8A | AD | B3 | 17 | 3 | 0 | 1E | BD | 15 | 3E |
| Octal | 212 | 255 | 263 | 27 | 3 | 0 | 36 | 275 | 25 | 76 |
| Binary | 10001010 | 10101101 | 10110011 | 10111 | 11 | 0 | 11110 | 10111101 | 10101 | 111110 |
Color Harmonies of #8AADB3
Complementary color
Monochromatic Colors of #8AADB3
Black with #8AADB3
Text Example
Text Example
White with #8AADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADB3; }
p { color: rgb(138,173,179); }
H1.HeaderClassName
{
color: #8AADB3;
}
.AnyTagClassName
{
color: #8AADB3;
}
</style>
background-color css
<style>
a { background-color: #8AADB3; }
a { background-color: rgb(138,173,179); }
div.DivClassName
{
background-color: #8AADB3;
}
.BgClassName
{
background-color: #8AADB3;
}
</style>
border-color css
<style>
span { border-color: #8AADB3; }
span { border-color: rgb(138,173,179); }
td.TdClassName
{
border-color: #8AADB3;
}
.TagClassName
{
border-color: #8AADB3;
}
</style>