Shades of Perano #99BAFD
Tints of Perano #99BAFD
RGB
CMYK
RGB Variations
Color information
#99BAFD (or 0x99BAFD) is known color: Perano. HEX triplet: 99, BA and FD. RGB value is (153,186,253). Sum of RGB (Red+Green+Blue) = 153+186+253=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #99BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFD is #664502. Grayscale: #B7B7B7. Windows color (decimal): -6702339 or 16628377. OLE color: 16628377.
HSL color Cylindrical-coordinate representation of color #99BAFD: hue angle of 220.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BAFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 186 | 253 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.01 |
| HSL | 220.2º | 0.96% | 0.8% | - |
| HSV(B) | 220.2º | 0.4% | 0.99% | - |
| XYZ | 48.43 | 48.98 | 99.83 | - |
| YUV | 183.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 253 | 0.40 | 0.26 | 0 | 0.01 | 220.2 | 0.96 | 0.8 |
| Hex | 99 | BA | FD | 28 | 1A | 0 | 1 | DC | 60 | 50 |
| Octal | 231 | 272 | 375 | 50 | 32 | 0 | 1 | 334 | 140 | 120 |
| Binary | 10011001 | 10111010 | 11111101 | 101000 | 11010 | 0 | 1 | 11011100 | 1100000 | 1010000 |
Color Harmonies of #99BAFD
Complementary color
Monochromatic Colors of #99BAFD
Black with #99BAFD
Text Example
Text Example
White with #99BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAFD; }
p { color: rgb(153,186,253); }
H1.HeaderClassName
{
color: #99BAFD;
}
.AnyTagClassName
{
color: #99BAFD;
}
</style>
background-color css
<style>
a { background-color: #99BAFD; }
a { background-color: rgb(153,186,253); }
div.DivClassName
{
background-color: #99BAFD;
}
.BgClassName
{
background-color: #99BAFD;
}
</style>
border-color css
<style>
span { border-color: #99BAFD; }
span { border-color: rgb(153,186,253); }
td.TdClassName
{
border-color: #99BAFD;
}
.TagClassName
{
border-color: #99BAFD;
}
</style>