Shades of Perano #90ADF8
Tints of Perano #90ADF8
RGB
CMYK
RGB Variations
Color information
#90ADF8 (or 0x90ADF8) is known color: Perano. HEX triplet: 90, AD and F8. RGB value is (144,173,248). Sum of RGB (Red+Green+Blue) = 144+173+248=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 173 (67.97% from 255 or 30.62% 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 #90ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADF8 is #6F5207. Grayscale: #ACACAC. Windows color (decimal): -7295496 or 16297360. OLE color: 16297360.
HSL color Cylindrical-coordinate representation of color #90ADF8: hue angle of 223.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 #90ADF8 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 173 | 248 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.03 |
| HSL | 223.27º | 0.88% | 0.77% | - |
| HSV(B) | 223.27º | 0.42% | 0.97% | - |
| XYZ | 43.39 | 42.59 | 94.74 | - |
| YUV | 172.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 248 | 0.42 | 0.30 | 0 | 0.03 | 223.27 | 0.88 | 0.77 |
| Hex | 90 | AD | F8 | 2A | 1E | 0 | 3 | DF | 58 | 4D |
| Octal | 220 | 255 | 370 | 52 | 36 | 0 | 3 | 337 | 130 | 115 |
| Binary | 10010000 | 10101101 | 11111000 | 101010 | 11110 | 0 | 11 | 11011111 | 1011000 | 1001101 |
Color Harmonies of #90ADF8
Complementary color
Monochromatic Colors of #90ADF8
Black with #90ADF8
Text Example
Text Example
White with #90ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADF8; }
p { color: rgb(144,173,248); }
H1.HeaderClassName
{
color: #90ADF8;
}
.AnyTagClassName
{
color: #90ADF8;
}
</style>
background-color css
<style>
a { background-color: #90ADF8; }
a { background-color: rgb(144,173,248); }
div.DivClassName
{
background-color: #90ADF8;
}
.BgClassName
{
background-color: #90ADF8;
}
</style>
border-color css
<style>
span { border-color: #90ADF8; }
span { border-color: rgb(144,173,248); }
td.TdClassName
{
border-color: #90ADF8;
}
.TagClassName
{
border-color: #90ADF8;
}
</style>