Shades of Perano #99B4FE
Tints of Perano #99B4FE
RGB
CMYK
RGB Variations
Color information
#99B4FE (or 0x99B4FE) is known color: Perano. HEX triplet: 99, B4 and FE. RGB value is (153,180,254). Sum of RGB (Red+Green+Blue) = 153+180+254=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #99B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B4FE is #664B01. Grayscale: #B4B4B4. Windows color (decimal): -6703874 or 16692377. OLE color: 16692377.
HSL color Cylindrical-coordinate representation of color #99B4FE: hue angle of 223.96º 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 #99B4FE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 180 | 254 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.00 |
| HSL | 223.96º | 0.98% | 0.8% | - |
| HSV(B) | 223.96º | 0.4% | 1% | - |
| XYZ | 47.35 | 46.57 | 100.26 | - |
| YUV | 180.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 254 | 0.40 | 0.29 | 0 | 0.00 | 223.96 | 0.98 | 0.8 |
| Hex | 99 | B4 | FE | 28 | 1D | 0 | 0 | E0 | 62 | 50 |
| Octal | 231 | 264 | 376 | 50 | 35 | 0 | 0 | 340 | 142 | 120 |
| Binary | 10011001 | 10110100 | 11111110 | 101000 | 11101 | 0 | 0 | 11100000 | 1100010 | 1010000 |
Color Harmonies of #99B4FE
Complementary color
Monochromatic Colors of #99B4FE
Black with #99B4FE
Text Example
Text Example
White with #99B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B4FE; }
p { color: rgb(153,180,254); }
H1.HeaderClassName
{
color: #99B4FE;
}
.AnyTagClassName
{
color: #99B4FE;
}
</style>
background-color css
<style>
a { background-color: #99B4FE; }
a { background-color: rgb(153,180,254); }
div.DivClassName
{
background-color: #99B4FE;
}
.BgClassName
{
background-color: #99B4FE;
}
</style>
border-color css
<style>
span { border-color: #99B4FE; }
span { border-color: rgb(153,180,254); }
td.TdClassName
{
border-color: #99B4FE;
}
.TagClassName
{
border-color: #99B4FE;
}
</style>