Shades of Deep Sky Blue #07D0FF
Tints of Deep Sky Blue #07D0FF
RGB
CMYK
RGB Variations
Color information
#07D0FF (or 0x07D0FF) is known color: Deep Sky Blue. HEX triplet: 07, D0 and FF. RGB value is (7,208,255). Sum of RGB (Red+Green+Blue) = 7+208+255=470 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #07D0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D0FF is #F82F00. Grayscale: #989898. Windows color (decimal): -16264961 or 16764935. OLE color: 16764935.
HSL color Cylindrical-coordinate representation of color #07D0FF: hue angle of 191.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D0FF is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 208 | 255 | - |
| CMYK | 0.97 | 0.18 | 0 | 0 |
| HSL | 191.37º | 1% | 0.51% | - |
| HSV(B) | 191.37º | 0.97% | 1% | - |
| XYZ | 40.69 | 52.38 | 102.57 | - |
| YUV | 153.26 | 185.41 | 23.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 255 | 0.97 | 0.18 | 0 | 0 | 191.37 | 1 | 0.51 |
| Hex | 7 | D0 | FF | 61 | 12 | 0 | 0 | BF | 64 | 33 |
| Octal | 7 | 320 | 377 | 141 | 22 | 0 | 0 | 277 | 144 | 63 |
| Binary | 111 | 11010000 | 11111111 | 1100001 | 10010 | 0 | 0 | 10111111 | 1100100 | 110011 |
Color Harmonies of #07D0FF
Complementary color
Monochromatic Colors of #07D0FF
Black with #07D0FF
Text Example
Text Example
White with #07D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D0FF; }
p { color: rgb(7,208,255); }
H1.HeaderClassName
{
color: #07D0FF;
}
.AnyTagClassName
{
color: #07D0FF;
}
</style>
background-color css
<style>
a { background-color: #07D0FF; }
a { background-color: rgb(7,208,255); }
div.DivClassName
{
background-color: #07D0FF;
}
.BgClassName
{
background-color: #07D0FF;
}
</style>
border-color css
<style>
span { border-color: #07D0FF; }
span { border-color: rgb(7,208,255); }
td.TdClassName
{
border-color: #07D0FF;
}
.TagClassName
{
border-color: #07D0FF;
}
</style>