Shades of Perano #90ACF4
Tints of Perano #90ACF4
RGB
CMYK
RGB Variations
Color information
#90ACF4 (or 0x90ACF4) is known color: Perano. HEX triplet: 90, AC and F4. RGB value is (144,172,244). Sum of RGB (Red+Green+Blue) = 144+172+244=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #90ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACF4 is #6F530B. Grayscale: #ABABAB. Windows color (decimal): -7295756 or 16034960. OLE color: 16034960.
HSL color Cylindrical-coordinate representation of color #90ACF4: hue angle of 223.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90ACF4 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 172 | 244 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.04 |
| HSL | 223.2º | 0.82% | 0.76% | - |
| HSV(B) | 223.2º | 0.41% | 0.96% | - |
| XYZ | 42.58 | 41.97 | 91.44 | - |
| YUV | 171.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 244 | 0.41 | 0.30 | 0 | 0.04 | 223.2 | 0.82 | 0.76 |
| Hex | 90 | AC | F4 | 29 | 1E | 0 | 4 | DF | 52 | 4C |
| Octal | 220 | 254 | 364 | 51 | 36 | 0 | 4 | 337 | 122 | 114 |
| Binary | 10010000 | 10101100 | 11110100 | 101001 | 11110 | 0 | 100 | 11011111 | 1010010 | 1001100 |
Color Harmonies of #90ACF4
Complementary color
Monochromatic Colors of #90ACF4
Black with #90ACF4
Text Example
Text Example
White with #90ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACF4; }
p { color: rgb(144,172,244); }
H1.HeaderClassName
{
color: #90ACF4;
}
.AnyTagClassName
{
color: #90ACF4;
}
</style>
background-color css
<style>
a { background-color: #90ACF4; }
a { background-color: rgb(144,172,244); }
div.DivClassName
{
background-color: #90ACF4;
}
.BgClassName
{
background-color: #90ACF4;
}
</style>
border-color css
<style>
span { border-color: #90ACF4; }
span { border-color: rgb(144,172,244); }
td.TdClassName
{
border-color: #90ACF4;
}
.TagClassName
{
border-color: #90ACF4;
}
</style>