Shades of Perano #94AEF9
Tints of Perano #94AEF9
RGB
CMYK
RGB Variations
Color information
#94AEF9 (or 0x94AEF9) is known color: Perano. HEX triplet: 94, AE and F9. RGB value is (148,174,249). Sum of RGB (Red+Green+Blue) = 148+174+249=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #94AEF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AEF9 is #6B5106. Grayscale: #AEAEAE. Windows color (decimal): -7033095 or 16363156. OLE color: 16363156.
HSL color Cylindrical-coordinate representation of color #94AEF9: hue angle of 224.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94AEF9 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 174 | 249 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.02 |
| HSL | 224.55º | 0.89% | 0.78% | - |
| HSV(B) | 224.55º | 0.41% | 0.98% | - |
| XYZ | 44.45 | 43.41 | 95.66 | - |
| YUV | 174.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 249 | 0.41 | 0.30 | 0 | 0.02 | 224.55 | 0.89 | 0.78 |
| Hex | 94 | AE | F9 | 29 | 1E | 0 | 2 | E1 | 59 | 4E |
| Octal | 224 | 256 | 371 | 51 | 36 | 0 | 2 | 341 | 131 | 116 |
| Binary | 10010100 | 10101110 | 11111001 | 101001 | 11110 | 0 | 10 | 11100001 | 1011001 | 1001110 |
Color Harmonies of #94AEF9
Complementary color
Monochromatic Colors of #94AEF9
Black with #94AEF9
Text Example
Text Example
White with #94AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AEF9; }
p { color: rgb(148,174,249); }
H1.HeaderClassName
{
color: #94AEF9;
}
.AnyTagClassName
{
color: #94AEF9;
}
</style>
background-color css
<style>
a { background-color: #94AEF9; }
a { background-color: rgb(148,174,249); }
div.DivClassName
{
background-color: #94AEF9;
}
.BgClassName
{
background-color: #94AEF9;
}
</style>
border-color css
<style>
span { border-color: #94AEF9; }
span { border-color: rgb(148,174,249); }
td.TdClassName
{
border-color: #94AEF9;
}
.TagClassName
{
border-color: #94AEF9;
}
</style>