Shades of Perano #99B9F1
Tints of Perano #99B9F1
RGB
CMYK
RGB Variations
Color information
#99B9F1 (or 0x99B9F1) is known color: Perano. HEX triplet: 99, B9 and F1. RGB value is (153,185,241). Sum of RGB (Red+Green+Blue) = 153+185+241=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #99B9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9F1 is #66460E. Grayscale: #B5B5B5. Windows color (decimal): -6702607 or 15841689. OLE color: 15841689.
HSL color Cylindrical-coordinate representation of color #99B9F1: hue angle of 218.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99B9F1 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 185 | 241 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.05 |
| HSL | 218.18º | 0.76% | 0.77% | - |
| HSV(B) | 218.18º | 0.37% | 0.95% | - |
| XYZ | 46.36 | 47.82 | 90.01 | - |
| YUV | 181.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 241 | 0.37 | 0.23 | 0 | 0.05 | 218.18 | 0.76 | 0.77 |
| Hex | 99 | B9 | F1 | 25 | 17 | 0 | 5 | DA | 4C | 4D |
| Octal | 231 | 271 | 361 | 45 | 27 | 0 | 5 | 332 | 114 | 115 |
| Binary | 10011001 | 10111001 | 11110001 | 100101 | 10111 | 0 | 101 | 11011010 | 1001100 | 1001101 |
Color Harmonies of #99B9F1
Complementary color
Monochromatic Colors of #99B9F1
Black with #99B9F1
Text Example
Text Example
White with #99B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9F1; }
p { color: rgb(153,185,241); }
H1.HeaderClassName
{
color: #99B9F1;
}
.AnyTagClassName
{
color: #99B9F1;
}
</style>
background-color css
<style>
a { background-color: #99B9F1; }
a { background-color: rgb(153,185,241); }
div.DivClassName
{
background-color: #99B9F1;
}
.BgClassName
{
background-color: #99B9F1;
}
</style>
border-color css
<style>
span { border-color: #99B9F1; }
span { border-color: rgb(153,185,241); }
td.TdClassName
{
border-color: #99B9F1;
}
.TagClassName
{
border-color: #99B9F1;
}
</style>