Shades of Perano #99BAFE
Tints of Perano #99BAFE
RGB
CMYK
RGB Variations
Color information
#99BAFE (or 0x99BAFE) is known color: Perano. HEX triplet: 99, BA and FE. RGB value is (153,186,254). Sum of RGB (Red+Green+Blue) = 153+186+254=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #99BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFE is #664501. Grayscale: #B7B7B7. Windows color (decimal): -6702338 or 16693913. OLE color: 16693913.
HSL color Cylindrical-coordinate representation of color #99BAFE: hue angle of 220.4º 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 #99BAFE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 186 | 254 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.00 |
| HSL | 220.4º | 0.98% | 0.8% | - |
| HSV(B) | 220.4º | 0.4% | 1% | - |
| XYZ | 48.59 | 49.05 | 100.67 | - |
| YUV | 183.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 254 | 0.40 | 0.27 | 0 | 0.00 | 220.4 | 0.98 | 0.8 |
| Hex | 99 | BA | FE | 28 | 1B | 0 | 0 | DC | 62 | 50 |
| Octal | 231 | 272 | 376 | 50 | 33 | 0 | 0 | 334 | 142 | 120 |
| Binary | 10011001 | 10111010 | 11111110 | 101000 | 11011 | 0 | 0 | 11011100 | 1100010 | 1010000 |
Color Harmonies of #99BAFE
Complementary color
Monochromatic Colors of #99BAFE
Black with #99BAFE
Text Example
Text Example
White with #99BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAFE; }
p { color: rgb(153,186,254); }
H1.HeaderClassName
{
color: #99BAFE;
}
.AnyTagClassName
{
color: #99BAFE;
}
</style>
background-color css
<style>
a { background-color: #99BAFE; }
a { background-color: rgb(153,186,254); }
div.DivClassName
{
background-color: #99BAFE;
}
.BgClassName
{
background-color: #99BAFE;
}
</style>
border-color css
<style>
span { border-color: #99BAFE; }
span { border-color: rgb(153,186,254); }
td.TdClassName
{
border-color: #99BAFE;
}
.TagClassName
{
border-color: #99BAFE;
}
</style>