Shades of Deep Sky Blue #07ACF7
Tints of Deep Sky Blue #07ACF7
RGB
CMYK
RGB Variations
Color information
#07ACF7 (or 0x07ACF7) is known color: Deep Sky Blue. HEX triplet: 07, AC and F7. RGB value is (7,172,247). Sum of RGB (Red+Green+Blue) = 7+172+247=426 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #07ACF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ACF7 is #F85308. Grayscale: #828282. Windows color (decimal): -16274185 or 16231431. OLE color: 16231431.
HSL color Cylindrical-coordinate representation of color #07ACF7: hue angle of 198.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ACF7 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 172 | 247 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.03 |
| HSL | 198.75º | 0.94% | 0.5% | - |
| HSV(B) | 198.75º | 0.97% | 0.97% | - |
| XYZ | 31.63 | 36.27 | 93.33 | - |
| YUV | 131.22 | 193.34 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 247 | 0.97 | 0.30 | 0 | 0.03 | 198.75 | 0.94 | 0.5 |
| Hex | 7 | AC | F7 | 61 | 1E | 0 | 3 | C7 | 5E | 32 |
| Octal | 7 | 254 | 367 | 141 | 36 | 0 | 3 | 307 | 136 | 62 |
| Binary | 111 | 10101100 | 11110111 | 1100001 | 11110 | 0 | 11 | 11000111 | 1011110 | 110010 |
Color Harmonies of #07ACF7
Complementary color
Monochromatic Colors of #07ACF7
Black with #07ACF7
Text Example
Text Example
White with #07ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ACF7; }
p { color: rgb(7,172,247); }
H1.HeaderClassName
{
color: #07ACF7;
}
.AnyTagClassName
{
color: #07ACF7;
}
</style>
background-color css
<style>
a { background-color: #07ACF7; }
a { background-color: rgb(7,172,247); }
div.DivClassName
{
background-color: #07ACF7;
}
.BgClassName
{
background-color: #07ACF7;
}
</style>
border-color css
<style>
span { border-color: #07ACF7; }
span { border-color: rgb(7,172,247); }
td.TdClassName
{
border-color: #07ACF7;
}
.TagClassName
{
border-color: #07ACF7;
}
</style>