Shades of Perano #90AFFD
Tints of Perano #90AFFD
RGB
CMYK
RGB Variations
Color information
#90AFFD (or 0x90AFFD) is known color: Perano. HEX triplet: 90, AF and FD. RGB value is (144,175,253). Sum of RGB (Red+Green+Blue) = 144+175+253=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #90AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFD is #6F5002. Grayscale: #AEAEAE. Windows color (decimal): -7294979 or 16625552. OLE color: 16625552.
HSL color Cylindrical-coordinate representation of color #90AFFD: hue angle of 222.94º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AFFD is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 175 | 253 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.01 |
| HSL | 222.94º | 0.96% | 0.78% | - |
| HSV(B) | 222.94º | 0.43% | 0.99% | - |
| XYZ | 44.56 | 43.68 | 99.01 | - |
| YUV | 174.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 253 | 0.43 | 0.31 | 0 | 0.01 | 222.94 | 0.96 | 0.78 |
| Hex | 90 | AF | FD | 2B | 1F | 0 | 1 | DF | 60 | 4E |
| Octal | 220 | 257 | 375 | 53 | 37 | 0 | 1 | 337 | 140 | 116 |
| Binary | 10010000 | 10101111 | 11111101 | 101011 | 11111 | 0 | 1 | 11011111 | 1100000 | 1001110 |
Color Harmonies of #90AFFD
Complementary color
Monochromatic Colors of #90AFFD
Black with #90AFFD
Text Example
Text Example
White with #90AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFFD; }
p { color: rgb(144,175,253); }
H1.HeaderClassName
{
color: #90AFFD;
}
.AnyTagClassName
{
color: #90AFFD;
}
</style>
background-color css
<style>
a { background-color: #90AFFD; }
a { background-color: rgb(144,175,253); }
div.DivClassName
{
background-color: #90AFFD;
}
.BgClassName
{
background-color: #90AFFD;
}
</style>
border-color css
<style>
span { border-color: #90AFFD; }
span { border-color: rgb(144,175,253); }
td.TdClassName
{
border-color: #90AFFD;
}
.TagClassName
{
border-color: #90AFFD;
}
</style>