Shades of Perano #99B1FE
Tints of Perano #99B1FE
RGB
CMYK
RGB Variations
Color information
#99B1FE (or 0x99B1FE) is known color: Perano. HEX triplet: 99, B1 and FE. RGB value is (153,177,254). Sum of RGB (Red+Green+Blue) = 153+177+254=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #99B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B1FE is #664E01. Grayscale: #B2B2B2. Windows color (decimal): -6704642 or 16691609. OLE color: 16691609.
HSL color Cylindrical-coordinate representation of color #99B1FE: hue angle of 225.74º 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 #99B1FE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 177 | 254 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.00 |
| HSL | 225.74º | 0.98% | 0.8% | - |
| HSV(B) | 225.74º | 0.4% | 1% | - |
| XYZ | 46.75 | 45.37 | 100.06 | - |
| YUV | 178.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 254 | 0.40 | 0.30 | 0 | 0.00 | 225.74 | 0.98 | 0.8 |
| Hex | 99 | B1 | FE | 28 | 1E | 0 | 0 | E2 | 62 | 50 |
| Octal | 231 | 261 | 376 | 50 | 36 | 0 | 0 | 342 | 142 | 120 |
| Binary | 10011001 | 10110001 | 11111110 | 101000 | 11110 | 0 | 0 | 11100010 | 1100010 | 1010000 |
Color Harmonies of #99B1FE
Complementary color
Monochromatic Colors of #99B1FE
Black with #99B1FE
Text Example
Text Example
White with #99B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1FE; }
p { color: rgb(153,177,254); }
H1.HeaderClassName
{
color: #99B1FE;
}
.AnyTagClassName
{
color: #99B1FE;
}
</style>
background-color css
<style>
a { background-color: #99B1FE; }
a { background-color: rgb(153,177,254); }
div.DivClassName
{
background-color: #99B1FE;
}
.BgClassName
{
background-color: #99B1FE;
}
</style>
border-color css
<style>
span { border-color: #99B1FE; }
span { border-color: rgb(153,177,254); }
td.TdClassName
{
border-color: #99B1FE;
}
.TagClassName
{
border-color: #99B1FE;
}
</style>