Shades of Perano #9FAEEF
Tints of Perano #9FAEEF
RGB
CMYK
RGB Variations
Color information
#9FAEEF (or 0x9FAEEF) is known color: Perano. HEX triplet: 9F, AE and EF. RGB value is (159,174,239). Sum of RGB (Red+Green+Blue) = 159+174+239=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEEF is #605110. Grayscale: #B0B0B0. Windows color (decimal): -6312209 or 15707807. OLE color: 15707807.
HSL color Cylindrical-coordinate representation of color #9FAEEF: hue angle of 228.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FAEEF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 174 | 239 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.06 |
| HSL | 228.75º | 0.71% | 0.78% | - |
| HSV(B) | 228.75º | 0.33% | 0.94% | - |
| XYZ | 45.01 | 43.88 | 87.76 | - |
| YUV | 176.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 239 | 0.33 | 0.27 | 0 | 0.06 | 228.75 | 0.71 | 0.78 |
| Hex | 9F | AE | EF | 21 | 1B | 0 | 6 | E5 | 47 | 4E |
| Octal | 237 | 256 | 357 | 41 | 33 | 0 | 6 | 345 | 107 | 116 |
| Binary | 10011111 | 10101110 | 11101111 | 100001 | 11011 | 0 | 110 | 11100101 | 1000111 | 1001110 |
Color Harmonies of #9FAEEF
Complementary color
Monochromatic Colors of #9FAEEF
Black with #9FAEEF
Text Example
Text Example
White with #9FAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEEF; }
p { color: rgb(159,174,239); }
H1.HeaderClassName
{
color: #9FAEEF;
}
.AnyTagClassName
{
color: #9FAEEF;
}
</style>
background-color css
<style>
a { background-color: #9FAEEF; }
a { background-color: rgb(159,174,239); }
div.DivClassName
{
background-color: #9FAEEF;
}
.BgClassName
{
background-color: #9FAEEF;
}
</style>
border-color css
<style>
span { border-color: #9FAEEF; }
span { border-color: rgb(159,174,239); }
td.TdClassName
{
border-color: #9FAEEF;
}
.TagClassName
{
border-color: #9FAEEF;
}
</style>