Shades of Spray #7ACBE6
Tints of Spray #7ACBE6
RGB
CMYK
RGB Variations
Color information
#7ACBE6 (or 0x7ACBE6) is known color: Spray. HEX triplet: 7A, CB and E6. RGB value is (122,203,230). Sum of RGB (Red+Green+Blue) = 122+203+230=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #7ACBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACBE6 is #853419. Grayscale: #B5B5B5. Windows color (decimal): -8729626 or 15125370. OLE color: 15125370.
HSL color Cylindrical-coordinate representation of color #7ACBE6: hue angle of 195º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ACBE6 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 203 | 230 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.10 |
| HSL | 195º | 0.68% | 0.69% | - |
| HSV(B) | 195º | 0.47% | 0.9% | - |
| XYZ | 43.66 | 52.56 | 82.71 | - |
| YUV | 181.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 230 | 0.47 | 0.12 | 0 | 0.10 | 195 | 0.68 | 0.69 |
| Hex | 7A | CB | E6 | 2F | C | 0 | A | C3 | 44 | 45 |
| Octal | 172 | 313 | 346 | 57 | 14 | 0 | 12 | 303 | 104 | 105 |
| Binary | 1111010 | 11001011 | 11100110 | 101111 | 1100 | 0 | 1010 | 11000011 | 1000100 | 1000101 |
Color Harmonies of #7ACBE6
Complementary color
Monochromatic Colors of #7ACBE6
Black with #7ACBE6
Text Example
Text Example
White with #7ACBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACBE6; }
p { color: rgb(122,203,230); }
H1.HeaderClassName
{
color: #7ACBE6;
}
.AnyTagClassName
{
color: #7ACBE6;
}
</style>
background-color css
<style>
a { background-color: #7ACBE6; }
a { background-color: rgb(122,203,230); }
div.DivClassName
{
background-color: #7ACBE6;
}
.BgClassName
{
background-color: #7ACBE6;
}
</style>
border-color css
<style>
span { border-color: #7ACBE6; }
span { border-color: rgb(122,203,230); }
td.TdClassName
{
border-color: #7ACBE6;
}
.TagClassName
{
border-color: #7ACBE6;
}
</style>