Shades of Botticelli #93AFB4
Tints of Botticelli #93AFB4
RGB
CMYK
RGB Variations
Color information
#93AFB4 (or 0x93AFB4) is known color: Botticelli. HEX triplet: 93, AF and B4. RGB value is (147,175,180). Sum of RGB (Red+Green+Blue) = 147+175+180=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #93AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFB4 is #6C504B. Grayscale: #A7A7A7. Windows color (decimal): -7098444 or 11841427. OLE color: 11841427.
HSL color Cylindrical-coordinate representation of color #93AFB4: hue angle of 189.09º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93AFB4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 175 | 180 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.29 |
| HSL | 189.09º | 0.18% | 0.64% | - |
| HSV(B) | 189.09º | 0.18% | 0.71% | - |
| XYZ | 35.6 | 40.16 | 49.05 | - |
| YUV | 167.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 180 | 0.18 | 0.03 | 0 | 0.29 | 189.09 | 0.18 | 0.64 |
| Hex | 93 | AF | B4 | 12 | 3 | 0 | 1D | BD | 12 | 40 |
| Octal | 223 | 257 | 264 | 22 | 3 | 0 | 35 | 275 | 22 | 100 |
| Binary | 10010011 | 10101111 | 10110100 | 10010 | 11 | 0 | 11101 | 10111101 | 10010 | 1000000 |
Color Harmonies of #93AFB4
Complementary color
Monochromatic Colors of #93AFB4
Black with #93AFB4
Text Example
Text Example
White with #93AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AFB4; }
p { color: rgb(147,175,180); }
H1.HeaderClassName
{
color: #93AFB4;
}
.AnyTagClassName
{
color: #93AFB4;
}
</style>
background-color css
<style>
a { background-color: #93AFB4; }
a { background-color: rgb(147,175,180); }
div.DivClassName
{
background-color: #93AFB4;
}
.BgClassName
{
background-color: #93AFB4;
}
</style>
border-color css
<style>
span { border-color: #93AFB4; }
span { border-color: rgb(147,175,180); }
td.TdClassName
{
border-color: #93AFB4;
}
.TagClassName
{
border-color: #93AFB4;
}
</style>