Shades of Perano #97BBFC
Tints of Perano #97BBFC
RGB
CMYK
RGB Variations
Color information
#97BBFC (or 0x97BBFC) is known color: Perano. HEX triplet: 97, BB and FC. RGB value is (151,187,252). Sum of RGB (Red+Green+Blue) = 151+187+252=590 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.59% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #97BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BBFC is #684403. Grayscale: #B7B7B7. Windows color (decimal): -6833156 or 16563095. OLE color: 16563095.
HSL color Cylindrical-coordinate representation of color #97BBFC: hue angle of 218.61º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BBFC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 187 | 252 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.01 |
| HSL | 218.61º | 0.94% | 0.79% | - |
| HSV(B) | 218.61º | 0.4% | 0.99% | - |
| XYZ | 48.1 | 49.15 | 99.05 | - |
| YUV | 183.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 252 | 0.40 | 0.26 | 0 | 0.01 | 218.61 | 0.94 | 0.79 |
| Hex | 97 | BB | FC | 28 | 1A | 0 | 1 | DB | 5E | 4F |
| Octal | 227 | 273 | 374 | 50 | 32 | 0 | 1 | 333 | 136 | 117 |
| Binary | 10010111 | 10111011 | 11111100 | 101000 | 11010 | 0 | 1 | 11011011 | 1011110 | 1001111 |
Color Harmonies of #97BBFC
Complementary color
Monochromatic Colors of #97BBFC
Black with #97BBFC
Text Example
Text Example
White with #97BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BBFC; }
p { color: rgb(151,187,252); }
H1.HeaderClassName
{
color: #97BBFC;
}
.AnyTagClassName
{
color: #97BBFC;
}
</style>
background-color css
<style>
a { background-color: #97BBFC; }
a { background-color: rgb(151,187,252); }
div.DivClassName
{
background-color: #97BBFC;
}
.BgClassName
{
background-color: #97BBFC;
}
</style>
border-color css
<style>
span { border-color: #97BBFC; }
span { border-color: rgb(151,187,252); }
td.TdClassName
{
border-color: #97BBFC;
}
.TagClassName
{
border-color: #97BBFC;
}
</style>