Shades of Perano #94AEF3
Tints of Perano #94AEF3
RGB
CMYK
RGB Variations
Color information
#94AEF3 (or 0x94AEF3) is known color: Perano. HEX triplet: 94, AE and F3. RGB value is (148,174,243). Sum of RGB (Red+Green+Blue) = 148+174+243=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #94AEF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AEF3 is #6B510C. Grayscale: #ADADAD. Windows color (decimal): -7033101 or 15969940. OLE color: 15969940.
HSL color Cylindrical-coordinate representation of color #94AEF3: hue angle of 223.58º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94AEF3 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 174 | 243 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.05 |
| HSL | 223.58º | 0.8% | 0.77% | - |
| HSV(B) | 223.58º | 0.39% | 0.95% | - |
| XYZ | 43.53 | 43.04 | 90.81 | - |
| YUV | 174.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 243 | 0.39 | 0.28 | 0 | 0.05 | 223.58 | 0.8 | 0.77 |
| Hex | 94 | AE | F3 | 27 | 1C | 0 | 5 | E0 | 50 | 4D |
| Octal | 224 | 256 | 363 | 47 | 34 | 0 | 5 | 340 | 120 | 115 |
| Binary | 10010100 | 10101110 | 11110011 | 100111 | 11100 | 0 | 101 | 11100000 | 1010000 | 1001101 |
Color Harmonies of #94AEF3
Complementary color
Monochromatic Colors of #94AEF3
Black with #94AEF3
Text Example
Text Example
White with #94AEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AEF3; }
p { color: rgb(148,174,243); }
H1.HeaderClassName
{
color: #94AEF3;
}
.AnyTagClassName
{
color: #94AEF3;
}
</style>
background-color css
<style>
a { background-color: #94AEF3; }
a { background-color: rgb(148,174,243); }
div.DivClassName
{
background-color: #94AEF3;
}
.BgClassName
{
background-color: #94AEF3;
}
</style>
border-color css
<style>
span { border-color: #94AEF3; }
span { border-color: rgb(148,174,243); }
td.TdClassName
{
border-color: #94AEF3;
}
.TagClassName
{
border-color: #94AEF3;
}
</style>