Shades of Perano #99B9FB
Tints of Perano #99B9FB
RGB
CMYK
RGB Variations
Color information
#99B9FB (or 0x99B9FB) is known color: Perano. HEX triplet: 99, B9 and FB. RGB value is (153,185,251). Sum of RGB (Red+Green+Blue) = 153+185+251=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #99B9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9FB is #664604. Grayscale: #B6B6B6. Windows color (decimal): -6702597 or 16497049. OLE color: 16497049.
HSL color Cylindrical-coordinate representation of color #99B9FB: hue angle of 220.41º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99B9FB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 185 | 251 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.02 |
| HSL | 220.41º | 0.92% | 0.79% | - |
| HSV(B) | 220.41º | 0.39% | 0.98% | - |
| XYZ | 47.9 | 48.44 | 98.09 | - |
| YUV | 182.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 251 | 0.39 | 0.26 | 0 | 0.02 | 220.41 | 0.92 | 0.79 |
| Hex | 99 | B9 | FB | 27 | 1A | 0 | 2 | DC | 5C | 4F |
| Octal | 231 | 271 | 373 | 47 | 32 | 0 | 2 | 334 | 134 | 117 |
| Binary | 10011001 | 10111001 | 11111011 | 100111 | 11010 | 0 | 10 | 11011100 | 1011100 | 1001111 |
Color Harmonies of #99B9FB
Complementary color
Monochromatic Colors of #99B9FB
Black with #99B9FB
Text Example
Text Example
White with #99B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9FB; }
p { color: rgb(153,185,251); }
H1.HeaderClassName
{
color: #99B9FB;
}
.AnyTagClassName
{
color: #99B9FB;
}
</style>
background-color css
<style>
a { background-color: #99B9FB; }
a { background-color: rgb(153,185,251); }
div.DivClassName
{
background-color: #99B9FB;
}
.BgClassName
{
background-color: #99B9FB;
}
</style>
border-color css
<style>
span { border-color: #99B9FB; }
span { border-color: rgb(153,185,251); }
td.TdClassName
{
border-color: #99B9FB;
}
.TagClassName
{
border-color: #99B9FB;
}
</style>