Shades of Botticelli #90B1B3
Tints of Botticelli #90B1B3
RGB
CMYK
RGB Variations
Color information
#90B1B3 (or 0x90B1B3) is known color: Botticelli. HEX triplet: 90, B1 and B3. RGB value is (144,177,179). Sum of RGB (Red+Green+Blue) = 144+177+179=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #90B1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1B3 is #6F4E4C. Grayscale: #A7A7A7. Windows color (decimal): -7294541 or 11776400. OLE color: 11776400.
HSL color Cylindrical-coordinate representation of color #90B1B3: hue angle of 183.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B1B3 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 177 | 179 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.30 |
| HSL | 183.43º | 0.19% | 0.63% | - |
| HSV(B) | 183.43º | 0.2% | 0.7% | - |
| XYZ | 35.36 | 40.63 | 48.63 | - |
| YUV | 167.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 179 | 0.20 | 0.01 | 0 | 0.30 | 183.43 | 0.19 | 0.63 |
| Hex | 90 | B1 | B3 | 14 | 1 | 0 | 1E | B7 | 13 | 3F |
| Octal | 220 | 261 | 263 | 24 | 1 | 0 | 36 | 267 | 23 | 77 |
| Binary | 10010000 | 10110001 | 10110011 | 10100 | 1 | 0 | 11110 | 10110111 | 10011 | 111111 |
Color Harmonies of #90B1B3
Complementary color
Monochromatic Colors of #90B1B3
Black with #90B1B3
Text Example
Text Example
White with #90B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1B3; }
p { color: rgb(144,177,179); }
H1.HeaderClassName
{
color: #90B1B3;
}
.AnyTagClassName
{
color: #90B1B3;
}
</style>
background-color css
<style>
a { background-color: #90B1B3; }
a { background-color: rgb(144,177,179); }
div.DivClassName
{
background-color: #90B1B3;
}
.BgClassName
{
background-color: #90B1B3;
}
</style>
border-color css
<style>
span { border-color: #90B1B3; }
span { border-color: rgb(144,177,179); }
td.TdClassName
{
border-color: #90B1B3;
}
.TagClassName
{
border-color: #90B1B3;
}
</style>