Shades of Botticelli #94B8C4
Tints of Botticelli #94B8C4
RGB
CMYK
RGB Variations
Color information
#94B8C4 (or 0x94B8C4) is known color: Botticelli. HEX triplet: 94, B8 and C4. RGB value is (148,184,196). Sum of RGB (Red+Green+Blue) = 148+184+196=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #94B8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8C4 is #6B473B. Grayscale: #AEAEAE. Windows color (decimal): -7030588 or 12892308. OLE color: 12892308.
HSL color Cylindrical-coordinate representation of color #94B8C4: hue angle of 195º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94B8C4 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 184 | 196 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.23 |
| HSL | 195º | 0.29% | 0.67% | - |
| HSV(B) | 195º | 0.24% | 0.77% | - |
| XYZ | 39.32 | 44.56 | 58.75 | - |
| YUV | 174.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 196 | 0.24 | 0.06 | 0 | 0.23 | 195 | 0.29 | 0.67 |
| Hex | 94 | B8 | C4 | 18 | 6 | 0 | 17 | C3 | 1D | 43 |
| Octal | 224 | 270 | 304 | 30 | 6 | 0 | 27 | 303 | 35 | 103 |
| Binary | 10010100 | 10111000 | 11000100 | 11000 | 110 | 0 | 10111 | 11000011 | 11101 | 1000011 |
Color Harmonies of #94B8C4
Complementary color
Monochromatic Colors of #94B8C4
Black with #94B8C4
Text Example
Text Example
White with #94B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8C4; }
p { color: rgb(148,184,196); }
H1.HeaderClassName
{
color: #94B8C4;
}
.AnyTagClassName
{
color: #94B8C4;
}
</style>
background-color css
<style>
a { background-color: #94B8C4; }
a { background-color: rgb(148,184,196); }
div.DivClassName
{
background-color: #94B8C4;
}
.BgClassName
{
background-color: #94B8C4;
}
</style>
border-color css
<style>
span { border-color: #94B8C4; }
span { border-color: rgb(148,184,196); }
td.TdClassName
{
border-color: #94B8C4;
}
.TagClassName
{
border-color: #94B8C4;
}
</style>