Shades of Deep Sky Blue #07ACF0
Tints of Deep Sky Blue #07ACF0
RGB
CMYK
RGB Variations
Color information
#07ACF0 (or 0x07ACF0) is known color: Deep Sky Blue. HEX triplet: 07, AC and F0. RGB value is (7,172,240). Sum of RGB (Red+Green+Blue) = 7+172+240=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #07ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ACF0 is #F8530F. Grayscale: #818181. Windows color (decimal): -16274192 or 15772679. OLE color: 15772679.
HSL color Cylindrical-coordinate representation of color #07ACF0: hue angle of 197.51º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ACF0 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 172 | 240 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.06 |
| HSL | 197.51º | 0.94% | 0.48% | - |
| HSV(B) | 197.51º | 0.97% | 0.94% | - |
| XYZ | 30.57 | 35.84 | 87.75 | - |
| YUV | 130.42 | 189.84 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 240 | 0.97 | 0.28 | 0 | 0.06 | 197.51 | 0.94 | 0.48 |
| Hex | 7 | AC | F0 | 61 | 1C | 0 | 6 | C6 | 5E | 30 |
| Octal | 7 | 254 | 360 | 141 | 34 | 0 | 6 | 306 | 136 | 60 |
| Binary | 111 | 10101100 | 11110000 | 1100001 | 11100 | 0 | 110 | 11000110 | 1011110 | 110000 |
Color Harmonies of #07ACF0
Complementary color
Monochromatic Colors of #07ACF0
Black with #07ACF0
Text Example
Text Example
White with #07ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ACF0; }
p { color: rgb(7,172,240); }
H1.HeaderClassName
{
color: #07ACF0;
}
.AnyTagClassName
{
color: #07ACF0;
}
</style>
background-color css
<style>
a { background-color: #07ACF0; }
a { background-color: rgb(7,172,240); }
div.DivClassName
{
background-color: #07ACF0;
}
.BgClassName
{
background-color: #07ACF0;
}
</style>
border-color css
<style>
span { border-color: #07ACF0; }
span { border-color: rgb(7,172,240); }
td.TdClassName
{
border-color: #07ACF0;
}
.TagClassName
{
border-color: #07ACF0;
}
</style>