Shades of Perano #9AADFA
Tints of Perano #9AADFA
RGB
CMYK
RGB Variations
Color information
#9AADFA (or 0x9AADFA) is known color: Perano. HEX triplet: 9A, AD and FA. RGB value is (154,173,250). Sum of RGB (Red+Green+Blue) = 154+173+250=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADFA is #655205. Grayscale: #AFAFAF. Windows color (decimal): -6640134 or 16428442. OLE color: 16428442.
HSL color Cylindrical-coordinate representation of color #9AADFA: hue angle of 228.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AADFA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 173 | 250 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.02 |
| HSL | 228.13º | 0.91% | 0.79% | - |
| HSV(B) | 228.13º | 0.38% | 0.98% | - |
| XYZ | 45.53 | 43.66 | 96.47 | - |
| YUV | 176.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 250 | 0.38 | 0.31 | 0 | 0.02 | 228.13 | 0.91 | 0.79 |
| Hex | 9A | AD | FA | 26 | 1F | 0 | 2 | E4 | 5B | 4F |
| Octal | 232 | 255 | 372 | 46 | 37 | 0 | 2 | 344 | 133 | 117 |
| Binary | 10011010 | 10101101 | 11111010 | 100110 | 11111 | 0 | 10 | 11100100 | 1011011 | 1001111 |
Color Harmonies of #9AADFA
Complementary color
Monochromatic Colors of #9AADFA
Black with #9AADFA
Text Example
Text Example
White with #9AADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADFA; }
p { color: rgb(154,173,250); }
H1.HeaderClassName
{
color: #9AADFA;
}
.AnyTagClassName
{
color: #9AADFA;
}
</style>
background-color css
<style>
a { background-color: #9AADFA; }
a { background-color: rgb(154,173,250); }
div.DivClassName
{
background-color: #9AADFA;
}
.BgClassName
{
background-color: #9AADFA;
}
</style>
border-color css
<style>
span { border-color: #9AADFA; }
span { border-color: rgb(154,173,250); }
td.TdClassName
{
border-color: #9AADFA;
}
.TagClassName
{
border-color: #9AADFA;
}
</style>