Shades of Deep Sky Blue #07D4FC
Tints of Deep Sky Blue #07D4FC
RGB
CMYK
RGB Variations
Color information
#07D4FC (or 0x07D4FC) is known color: Deep Sky Blue. HEX triplet: 07, D4 and FC. RGB value is (7,212,252). Sum of RGB (Red+Green+Blue) = 7+212+252=471 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #07D4FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D4FC is #F82B03. Grayscale: #9A9A9A. Windows color (decimal): -16263940 or 16569351. OLE color: 16569351.
HSL color Cylindrical-coordinate representation of color #07D4FC: hue angle of 189.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D4FC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 212 | 252 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.01 |
| HSL | 189.8º | 0.98% | 0.51% | - |
| HSV(B) | 189.8º | 0.97% | 0.99% | - |
| XYZ | 41.2 | 54.16 | 100.38 | - |
| YUV | 155.27 | 182.58 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 212 | 252 | 0.97 | 0.16 | 0 | 0.01 | 189.8 | 0.98 | 0.51 |
| Hex | 7 | D4 | FC | 61 | 10 | 0 | 1 | BE | 62 | 33 |
| Octal | 7 | 324 | 374 | 141 | 20 | 0 | 1 | 276 | 142 | 63 |
| Binary | 111 | 11010100 | 11111100 | 1100001 | 10000 | 0 | 1 | 10111110 | 1100010 | 110011 |
Color Harmonies of #07D4FC
Complementary color
Monochromatic Colors of #07D4FC
Black with #07D4FC
Text Example
Text Example
White with #07D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D4FC; }
p { color: rgb(7,212,252); }
H1.HeaderClassName
{
color: #07D4FC;
}
.AnyTagClassName
{
color: #07D4FC;
}
</style>
background-color css
<style>
a { background-color: #07D4FC; }
a { background-color: rgb(7,212,252); }
div.DivClassName
{
background-color: #07D4FC;
}
.BgClassName
{
background-color: #07D4FC;
}
</style>
border-color css
<style>
span { border-color: #07D4FC; }
span { border-color: rgb(7,212,252); }
td.TdClassName
{
border-color: #07D4FC;
}
.TagClassName
{
border-color: #07D4FC;
}
</style>