Shades of Perano #99B5FE
Tints of Perano #99B5FE
RGB
CMYK
RGB Variations
Color information
#99B5FE (or 0x99B5FE) is known color: Perano. HEX triplet: 99, B5 and FE. RGB value is (153,181,254). Sum of RGB (Red+Green+Blue) = 153+181+254=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #99B5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B5FE is #664A01. Grayscale: #B4B4B4. Windows color (decimal): -6703618 or 16692633. OLE color: 16692633.
HSL color Cylindrical-coordinate representation of color #99B5FE: hue angle of 223.37º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B5FE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 181 | 254 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.00 |
| HSL | 223.37º | 0.98% | 0.8% | - |
| HSV(B) | 223.37º | 0.4% | 1% | - |
| XYZ | 47.55 | 46.98 | 100.33 | - |
| YUV | 180.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 254 | 0.40 | 0.29 | 0 | 0.00 | 223.37 | 0.98 | 0.8 |
| Hex | 99 | B5 | FE | 28 | 1D | 0 | 0 | DF | 62 | 50 |
| Octal | 231 | 265 | 376 | 50 | 35 | 0 | 0 | 337 | 142 | 120 |
| Binary | 10011001 | 10110101 | 11111110 | 101000 | 11101 | 0 | 0 | 11011111 | 1100010 | 1010000 |
Color Harmonies of #99B5FE
Complementary color
Monochromatic Colors of #99B5FE
Black with #99B5FE
Text Example
Text Example
White with #99B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5FE; }
p { color: rgb(153,181,254); }
H1.HeaderClassName
{
color: #99B5FE;
}
.AnyTagClassName
{
color: #99B5FE;
}
</style>
background-color css
<style>
a { background-color: #99B5FE; }
a { background-color: rgb(153,181,254); }
div.DivClassName
{
background-color: #99B5FE;
}
.BgClassName
{
background-color: #99B5FE;
}
</style>
border-color css
<style>
span { border-color: #99B5FE; }
span { border-color: rgb(153,181,254); }
td.TdClassName
{
border-color: #99B5FE;
}
.TagClassName
{
border-color: #99B5FE;
}
</style>