Shades of Perano #9DACEF
Tints of Perano #9DACEF
RGB
CMYK
RGB Variations
Color information
#9DACEF (or 0x9DACEF) is known color: Perano. HEX triplet: 9D, AC and EF. RGB value is (157,172,239). Sum of RGB (Red+Green+Blue) = 157+172+239=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACEF is #625310. Grayscale: #AEAEAE. Windows color (decimal): -6443793 or 15707293. OLE color: 15707293.
HSL color Cylindrical-coordinate representation of color #9DACEF: hue angle of 229.02º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DACEF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 172 | 239 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.06 |
| HSL | 229.02º | 0.72% | 0.78% | - |
| HSV(B) | 229.02º | 0.34% | 0.94% | - |
| XYZ | 44.24 | 42.91 | 87.61 | - |
| YUV | 175.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 239 | 0.34 | 0.28 | 0 | 0.06 | 229.02 | 0.72 | 0.78 |
| Hex | 9D | AC | EF | 22 | 1C | 0 | 6 | E5 | 48 | 4E |
| Octal | 235 | 254 | 357 | 42 | 34 | 0 | 6 | 345 | 110 | 116 |
| Binary | 10011101 | 10101100 | 11101111 | 100010 | 11100 | 0 | 110 | 11100101 | 1001000 | 1001110 |
Color Harmonies of #9DACEF
Complementary color
Monochromatic Colors of #9DACEF
Black with #9DACEF
Text Example
Text Example
White with #9DACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACEF; }
p { color: rgb(157,172,239); }
H1.HeaderClassName
{
color: #9DACEF;
}
.AnyTagClassName
{
color: #9DACEF;
}
</style>
background-color css
<style>
a { background-color: #9DACEF; }
a { background-color: rgb(157,172,239); }
div.DivClassName
{
background-color: #9DACEF;
}
.BgClassName
{
background-color: #9DACEF;
}
</style>
border-color css
<style>
span { border-color: #9DACEF; }
span { border-color: rgb(157,172,239); }
td.TdClassName
{
border-color: #9DACEF;
}
.TagClassName
{
border-color: #9DACEF;
}
</style>