Shades of Perano #99B0EF
Tints of Perano #99B0EF
RGB
CMYK
RGB Variations
Color information
#99B0EF (or 0x99B0EF) is known color: Perano. HEX triplet: 99, B0 and EF. RGB value is (153,176,239). Sum of RGB (Red+Green+Blue) = 153+176+239=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #99B0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0EF is #664F10. Grayscale: #B0B0B0. Windows color (decimal): -6704913 or 15708313. OLE color: 15708313.
HSL color Cylindrical-coordinate representation of color #99B0EF: hue angle of 223.95º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99B0EF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 176 | 239 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.06 |
| HSL | 223.95º | 0.73% | 0.77% | - |
| HSV(B) | 223.95º | 0.36% | 0.94% | - |
| XYZ | 44.24 | 44.05 | 87.83 | - |
| YUV | 176.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 239 | 0.36 | 0.26 | 0 | 0.06 | 223.95 | 0.73 | 0.77 |
| Hex | 99 | B0 | EF | 24 | 1A | 0 | 6 | E0 | 49 | 4D |
| Octal | 231 | 260 | 357 | 44 | 32 | 0 | 6 | 340 | 111 | 115 |
| Binary | 10011001 | 10110000 | 11101111 | 100100 | 11010 | 0 | 110 | 11100000 | 1001001 | 1001101 |
Color Harmonies of #99B0EF
Complementary color
Monochromatic Colors of #99B0EF
Black with #99B0EF
Text Example
Text Example
White with #99B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0EF; }
p { color: rgb(153,176,239); }
H1.HeaderClassName
{
color: #99B0EF;
}
.AnyTagClassName
{
color: #99B0EF;
}
</style>
background-color css
<style>
a { background-color: #99B0EF; }
a { background-color: rgb(153,176,239); }
div.DivClassName
{
background-color: #99B0EF;
}
.BgClassName
{
background-color: #99B0EF;
}
</style>
border-color css
<style>
span { border-color: #99B0EF; }
span { border-color: rgb(153,176,239); }
td.TdClassName
{
border-color: #99B0EF;
}
.TagClassName
{
border-color: #99B0EF;
}
</style>