Shades of Perano #99ACF3
Tints of Perano #99ACF3
RGB
CMYK
RGB Variations
Color information
#99ACF3 (or 0x99ACF3) is known color: Perano. HEX triplet: 99, AC and F3. RGB value is (153,172,243). Sum of RGB (Red+Green+Blue) = 153+172+243=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #99ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ACF3 is #66530C. Grayscale: #AEAEAE. Windows color (decimal): -6705933 or 15969433. OLE color: 15969433.
HSL color Cylindrical-coordinate representation of color #99ACF3: hue angle of 227.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99ACF3 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 172 | 243 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.05 |
| HSL | 227.33º | 0.79% | 0.78% | - |
| HSV(B) | 227.33º | 0.37% | 0.95% | - |
| XYZ | 44.07 | 42.75 | 90.72 | - |
| YUV | 174.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 243 | 0.37 | 0.29 | 0 | 0.05 | 227.33 | 0.79 | 0.78 |
| Hex | 99 | AC | F3 | 25 | 1D | 0 | 5 | E3 | 4F | 4E |
| Octal | 231 | 254 | 363 | 45 | 35 | 0 | 5 | 343 | 117 | 116 |
| Binary | 10011001 | 10101100 | 11110011 | 100101 | 11101 | 0 | 101 | 11100011 | 1001111 | 1001110 |
Color Harmonies of #99ACF3
Complementary color
Monochromatic Colors of #99ACF3
Black with #99ACF3
Text Example
Text Example
White with #99ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACF3; }
p { color: rgb(153,172,243); }
H1.HeaderClassName
{
color: #99ACF3;
}
.AnyTagClassName
{
color: #99ACF3;
}
</style>
background-color css
<style>
a { background-color: #99ACF3; }
a { background-color: rgb(153,172,243); }
div.DivClassName
{
background-color: #99ACF3;
}
.BgClassName
{
background-color: #99ACF3;
}
</style>
border-color css
<style>
span { border-color: #99ACF3; }
span { border-color: rgb(153,172,243); }
td.TdClassName
{
border-color: #99ACF3;
}
.TagClassName
{
border-color: #99ACF3;
}
</style>