Shades of Deep Sky Blue #07DBFC
Tints of Deep Sky Blue #07DBFC
RGB
CMYK
RGB Variations
Color information
#07DBFC (or 0x07DBFC) is known color: Deep Sky Blue. HEX triplet: 07, DB and FC. RGB value is (7,219,252). Sum of RGB (Red+Green+Blue) = 7+219+252=478 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #07DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBFC is #F82403. Grayscale: #9F9F9F. Windows color (decimal): -16262148 or 16571143. OLE color: 16571143.
HSL color Cylindrical-coordinate representation of color #07DBFC: hue angle of 188.08º 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 #07DBFC is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 219 | 252 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.01 |
| HSL | 188.08º | 0.98% | 0.51% | - |
| HSV(B) | 188.08º | 0.97% | 0.99% | - |
| XYZ | 42.99 | 57.74 | 100.97 | - |
| YUV | 159.37 | 180.26 | 19.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 252 | 0.97 | 0.13 | 0 | 0.01 | 188.08 | 0.98 | 0.51 |
| Hex | 7 | DB | FC | 61 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 7 | 333 | 374 | 141 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 111 | 11011011 | 11111100 | 1100001 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #07DBFC
Complementary color
Monochromatic Colors of #07DBFC
Black with #07DBFC
Text Example
Text Example
White with #07DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBFC; }
p { color: rgb(7,219,252); }
H1.HeaderClassName
{
color: #07DBFC;
}
.AnyTagClassName
{
color: #07DBFC;
}
</style>
background-color css
<style>
a { background-color: #07DBFC; }
a { background-color: rgb(7,219,252); }
div.DivClassName
{
background-color: #07DBFC;
}
.BgClassName
{
background-color: #07DBFC;
}
</style>
border-color css
<style>
span { border-color: #07DBFC; }
span { border-color: rgb(7,219,252); }
td.TdClassName
{
border-color: #07DBFC;
}
.TagClassName
{
border-color: #07DBFC;
}
</style>