Shades of Perano #9CAEF8
Tints of Perano #9CAEF8
RGB
CMYK
RGB Variations
Color information
#9CAEF8 (or 0x9CAEF8) is known color: Perano. HEX triplet: 9C, AE and F8. RGB value is (156,174,248). Sum of RGB (Red+Green+Blue) = 156+174+248=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #9CAEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAEF8 is #635107. Grayscale: #B0B0B0. Windows color (decimal): -6508808 or 16297628. OLE color: 16297628.
HSL color Cylindrical-coordinate representation of color #9CAEF8: hue angle of 228.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CAEF8 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 174 | 248 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.03 |
| HSL | 228.26º | 0.87% | 0.79% | - |
| HSV(B) | 228.26º | 0.37% | 0.97% | - |
| XYZ | 45.79 | 44.12 | 94.91 | - |
| YUV | 177.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 248 | 0.37 | 0.30 | 0 | 0.03 | 228.26 | 0.87 | 0.79 |
| Hex | 9C | AE | F8 | 25 | 1E | 0 | 3 | E4 | 57 | 4F |
| Octal | 234 | 256 | 370 | 45 | 36 | 0 | 3 | 344 | 127 | 117 |
| Binary | 10011100 | 10101110 | 11111000 | 100101 | 11110 | 0 | 11 | 11100100 | 1010111 | 1001111 |
Color Harmonies of #9CAEF8
Complementary color
Monochromatic Colors of #9CAEF8
Black with #9CAEF8
Text Example
Text Example
White with #9CAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEF8; }
p { color: rgb(156,174,248); }
H1.HeaderClassName
{
color: #9CAEF8;
}
.AnyTagClassName
{
color: #9CAEF8;
}
</style>
background-color css
<style>
a { background-color: #9CAEF8; }
a { background-color: rgb(156,174,248); }
div.DivClassName
{
background-color: #9CAEF8;
}
.BgClassName
{
background-color: #9CAEF8;
}
</style>
border-color css
<style>
span { border-color: #9CAEF8; }
span { border-color: rgb(156,174,248); }
td.TdClassName
{
border-color: #9CAEF8;
}
.TagClassName
{
border-color: #9CAEF8;
}
</style>