Shades of Perano #96ACF3
Tints of Perano #96ACF3
RGB
CMYK
RGB Variations
Color information
#96ACF3 (or 0x96ACF3) is known color: Perano. HEX triplet: 96, AC and F3. RGB value is (150,172,243). Sum of RGB (Red+Green+Blue) = 150+172+243=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #96ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACF3 is #69530C. Grayscale: #ADADAD. Windows color (decimal): -6902541 or 15969430. OLE color: 15969430.
HSL color Cylindrical-coordinate representation of color #96ACF3: hue angle of 225.81º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96ACF3 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 172 | 243 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.05 |
| HSL | 225.81º | 0.79% | 0.77% | - |
| HSV(B) | 225.81º | 0.38% | 0.95% | - |
| XYZ | 43.51 | 42.46 | 90.7 | - |
| YUV | 173.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 243 | 0.38 | 0.29 | 0 | 0.05 | 225.81 | 0.79 | 0.77 |
| Hex | 96 | AC | F3 | 26 | 1D | 0 | 5 | E2 | 4F | 4D |
| Octal | 226 | 254 | 363 | 46 | 35 | 0 | 5 | 342 | 117 | 115 |
| Binary | 10010110 | 10101100 | 11110011 | 100110 | 11101 | 0 | 101 | 11100010 | 1001111 | 1001101 |
Color Harmonies of #96ACF3
Complementary color
Monochromatic Colors of #96ACF3
Black with #96ACF3
Text Example
Text Example
White with #96ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ACF3; }
p { color: rgb(150,172,243); }
H1.HeaderClassName
{
color: #96ACF3;
}
.AnyTagClassName
{
color: #96ACF3;
}
</style>
background-color css
<style>
a { background-color: #96ACF3; }
a { background-color: rgb(150,172,243); }
div.DivClassName
{
background-color: #96ACF3;
}
.BgClassName
{
background-color: #96ACF3;
}
</style>
border-color css
<style>
span { border-color: #96ACF3; }
span { border-color: rgb(150,172,243); }
td.TdClassName
{
border-color: #96ACF3;
}
.TagClassName
{
border-color: #96ACF3;
}
</style>