Shades of Deep Sky Blue #07DAFE
Tints of Deep Sky Blue #07DAFE
RGB
CMYK
RGB Variations
Color information
#07DAFE (or 0x07DAFE) is known color: Deep Sky Blue. HEX triplet: 07, DA and FE. RGB value is (7,218,254). Sum of RGB (Red+Green+Blue) = 7+218+254=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #07DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DAFE is #F82501. Grayscale: #9E9E9E. Windows color (decimal): -16262402 or 16701959. OLE color: 16701959.
HSL color Cylindrical-coordinate representation of color #07DAFE: hue angle of 188.74º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DAFE is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 218 | 254 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.00 |
| HSL | 188.74º | 0.99% | 0.51% | - |
| HSV(B) | 188.74º | 0.97% | 1% | - |
| XYZ | 43.05 | 57.34 | 102.57 | - |
| YUV | 159.02 | 181.6 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 254 | 0.97 | 0.14 | 0 | 0.00 | 188.74 | 0.99 | 0.51 |
| Hex | 7 | DA | FE | 61 | E | 0 | 0 | BD | 63 | 33 |
| Octal | 7 | 332 | 376 | 141 | 16 | 0 | 0 | 275 | 143 | 63 |
| Binary | 111 | 11011010 | 11111110 | 1100001 | 1110 | 0 | 0 | 10111101 | 1100011 | 110011 |
Color Harmonies of #07DAFE
Complementary color
Monochromatic Colors of #07DAFE
Black with #07DAFE
Text Example
Text Example
White with #07DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DAFE; }
p { color: rgb(7,218,254); }
H1.HeaderClassName
{
color: #07DAFE;
}
.AnyTagClassName
{
color: #07DAFE;
}
</style>
background-color css
<style>
a { background-color: #07DAFE; }
a { background-color: rgb(7,218,254); }
div.DivClassName
{
background-color: #07DAFE;
}
.BgClassName
{
background-color: #07DAFE;
}
</style>
border-color css
<style>
span { border-color: #07DAFE; }
span { border-color: rgb(7,218,254); }
td.TdClassName
{
border-color: #07DAFE;
}
.TagClassName
{
border-color: #07DAFE;
}
</style>