Shades of Deep Sky Blue #07D1FF
Tints of Deep Sky Blue #07D1FF
RGB
CMYK
RGB Variations
Color information
#07D1FF (or 0x07D1FF) is known color: Deep Sky Blue. HEX triplet: 07, D1 and FF. RGB value is (7,209,255). Sum of RGB (Red+Green+Blue) = 7+209+255=471 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #07D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D1FF is #F82E00. Grayscale: #999999. Windows color (decimal): -16264705 or 16765191. OLE color: 16765191.
HSL color Cylindrical-coordinate representation of color #07D1FF: hue angle of 191.13º 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 #07D1FF is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 209 | 255 | - |
| CMYK | 0.97 | 0.18 | 0 | 0 |
| HSL | 191.13º | 1% | 0.51% | - |
| HSV(B) | 191.13º | 0.97% | 1% | - |
| XYZ | 40.94 | 52.87 | 102.65 | - |
| YUV | 153.85 | 185.08 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 209 | 255 | 0.97 | 0.18 | 0 | 0 | 191.13 | 1 | 0.51 |
| Hex | 7 | D1 | FF | 61 | 12 | 0 | 0 | BF | 64 | 33 |
| Octal | 7 | 321 | 377 | 141 | 22 | 0 | 0 | 277 | 144 | 63 |
| Binary | 111 | 11010001 | 11111111 | 1100001 | 10010 | 0 | 0 | 10111111 | 1100100 | 110011 |
Color Harmonies of #07D1FF
Complementary color
Monochromatic Colors of #07D1FF
Black with #07D1FF
Text Example
Text Example
White with #07D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D1FF; }
p { color: rgb(7,209,255); }
H1.HeaderClassName
{
color: #07D1FF;
}
.AnyTagClassName
{
color: #07D1FF;
}
</style>
background-color css
<style>
a { background-color: #07D1FF; }
a { background-color: rgb(7,209,255); }
div.DivClassName
{
background-color: #07D1FF;
}
.BgClassName
{
background-color: #07D1FF;
}
</style>
border-color css
<style>
span { border-color: #07D1FF; }
span { border-color: rgb(7,209,255); }
td.TdClassName
{
border-color: #07D1FF;
}
.TagClassName
{
border-color: #07D1FF;
}
</style>