Shades of Perano #91ACF8
Tints of Perano #91ACF8
RGB
CMYK
RGB Variations
Color information
#91ACF8 (or 0x91ACF8) is known color: Perano. HEX triplet: 91, AC and F8. RGB value is (145,172,248). Sum of RGB (Red+Green+Blue) = 145+172+248=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #91ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ACF8 is #6E5307. Grayscale: #ACACAC. Windows color (decimal): -7230216 or 16297105. OLE color: 16297105.
HSL color Cylindrical-coordinate representation of color #91ACF8: hue angle of 224.27º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91ACF8 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 172 | 248 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.03 |
| HSL | 224.27º | 0.88% | 0.77% | - |
| HSV(B) | 224.27º | 0.42% | 0.97% | - |
| XYZ | 43.37 | 42.3 | 94.69 | - |
| YUV | 172.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 248 | 0.42 | 0.31 | 0 | 0.03 | 224.27 | 0.88 | 0.77 |
| Hex | 91 | AC | F8 | 2A | 1F | 0 | 3 | E0 | 58 | 4D |
| Octal | 221 | 254 | 370 | 52 | 37 | 0 | 3 | 340 | 130 | 115 |
| Binary | 10010001 | 10101100 | 11111000 | 101010 | 11111 | 0 | 11 | 11100000 | 1011000 | 1001101 |
Color Harmonies of #91ACF8
Complementary color
Monochromatic Colors of #91ACF8
Black with #91ACF8
Text Example
Text Example
White with #91ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACF8; }
p { color: rgb(145,172,248); }
H1.HeaderClassName
{
color: #91ACF8;
}
.AnyTagClassName
{
color: #91ACF8;
}
</style>
background-color css
<style>
a { background-color: #91ACF8; }
a { background-color: rgb(145,172,248); }
div.DivClassName
{
background-color: #91ACF8;
}
.BgClassName
{
background-color: #91ACF8;
}
</style>
border-color css
<style>
span { border-color: #91ACF8; }
span { border-color: rgb(145,172,248); }
td.TdClassName
{
border-color: #91ACF8;
}
.TagClassName
{
border-color: #91ACF8;
}
</style>