Shades of Perano #94ACF8
Tints of Perano #94ACF8
RGB
CMYK
RGB Variations
Color information
#94ACF8 (or 0x94ACF8) is known color: Perano. HEX triplet: 94, AC and F8. RGB value is (148,172,248). Sum of RGB (Red+Green+Blue) = 148+172+248=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #94ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACF8 is #6B5307. Grayscale: #ADADAD. Windows color (decimal): -7033608 or 16297108. OLE color: 16297108.
HSL color Cylindrical-coordinate representation of color #94ACF8: hue angle of 225.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94ACF8 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 172 | 248 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.03 |
| HSL | 225.6º | 0.88% | 0.78% | - |
| HSV(B) | 225.6º | 0.4% | 0.97% | - |
| XYZ | 43.91 | 42.58 | 94.71 | - |
| YUV | 173.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 248 | 0.40 | 0.31 | 0 | 0.03 | 225.6 | 0.88 | 0.78 |
| Hex | 94 | AC | F8 | 28 | 1F | 0 | 3 | E2 | 58 | 4E |
| Octal | 224 | 254 | 370 | 50 | 37 | 0 | 3 | 342 | 130 | 116 |
| Binary | 10010100 | 10101100 | 11111000 | 101000 | 11111 | 0 | 11 | 11100010 | 1011000 | 1001110 |
Color Harmonies of #94ACF8
Complementary color
Monochromatic Colors of #94ACF8
Black with #94ACF8
Text Example
Text Example
White with #94ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ACF8; }
p { color: rgb(148,172,248); }
H1.HeaderClassName
{
color: #94ACF8;
}
.AnyTagClassName
{
color: #94ACF8;
}
</style>
background-color css
<style>
a { background-color: #94ACF8; }
a { background-color: rgb(148,172,248); }
div.DivClassName
{
background-color: #94ACF8;
}
.BgClassName
{
background-color: #94ACF8;
}
</style>
border-color css
<style>
span { border-color: #94ACF8; }
span { border-color: rgb(148,172,248); }
td.TdClassName
{
border-color: #94ACF8;
}
.TagClassName
{
border-color: #94ACF8;
}
</style>