Shades of Perano #99BBFD
Tints of Perano #99BBFD
RGB
CMYK
RGB Variations
Color information
#99BBFD (or 0x99BBFD) is known color: Perano. HEX triplet: 99, BB and FD. RGB value is (153,187,253). Sum of RGB (Red+Green+Blue) = 153+187+253=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #99BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBFD is #664402. Grayscale: #B8B8B8. Windows color (decimal): -6702083 or 16628633. OLE color: 16628633.
HSL color Cylindrical-coordinate representation of color #99BBFD: hue angle of 219.6º 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 #99BBFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 187 | 253 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.01 |
| HSL | 219.6º | 0.96% | 0.8% | - |
| HSV(B) | 219.6º | 0.4% | 0.99% | - |
| XYZ | 48.64 | 49.4 | 99.9 | - |
| YUV | 184.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 253 | 0.40 | 0.26 | 0 | 0.01 | 219.6 | 0.96 | 0.8 |
| Hex | 99 | BB | FD | 28 | 1A | 0 | 1 | DC | 60 | 50 |
| Octal | 231 | 273 | 375 | 50 | 32 | 0 | 1 | 334 | 140 | 120 |
| Binary | 10011001 | 10111011 | 11111101 | 101000 | 11010 | 0 | 1 | 11011100 | 1100000 | 1010000 |
Color Harmonies of #99BBFD
Complementary color
Monochromatic Colors of #99BBFD
Black with #99BBFD
Text Example
Text Example
White with #99BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBFD; }
p { color: rgb(153,187,253); }
H1.HeaderClassName
{
color: #99BBFD;
}
.AnyTagClassName
{
color: #99BBFD;
}
</style>
background-color css
<style>
a { background-color: #99BBFD; }
a { background-color: rgb(153,187,253); }
div.DivClassName
{
background-color: #99BBFD;
}
.BgClassName
{
background-color: #99BBFD;
}
</style>
border-color css
<style>
span { border-color: #99BBFD; }
span { border-color: rgb(153,187,253); }
td.TdClassName
{
border-color: #99BBFD;
}
.TagClassName
{
border-color: #99BBFD;
}
</style>