Shades of Deep Sky Blue #07C8FC
Tints of Deep Sky Blue #07C8FC
RGB
CMYK
RGB Variations
Color information
#07C8FC (or 0x07C8FC) is known color: Deep Sky Blue. HEX triplet: 07, C8 and FC. RGB value is (7,200,252). Sum of RGB (Red+Green+Blue) = 7+200+252=459 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #07C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C8FC is #F83703. Grayscale: #939393. Windows color (decimal): -16267012 or 16566279. OLE color: 16566279.
HSL color Cylindrical-coordinate representation of color #07C8FC: hue angle of 192.73º 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 #07C8FC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 200 | 252 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.01 |
| HSL | 192.73º | 0.98% | 0.51% | - |
| HSV(B) | 192.73º | 0.97% | 0.99% | - |
| XYZ | 38.31 | 48.38 | 99.41 | - |
| YUV | 148.22 | 186.56 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 252 | 0.97 | 0.21 | 0 | 0.01 | 192.73 | 0.98 | 0.51 |
| Hex | 7 | C8 | FC | 61 | 15 | 0 | 1 | C1 | 62 | 33 |
| Octal | 7 | 310 | 374 | 141 | 25 | 0 | 1 | 301 | 142 | 63 |
| Binary | 111 | 11001000 | 11111100 | 1100001 | 10101 | 0 | 1 | 11000001 | 1100010 | 110011 |
Color Harmonies of #07C8FC
Complementary color
Monochromatic Colors of #07C8FC
Black with #07C8FC
Text Example
Text Example
White with #07C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C8FC; }
p { color: rgb(7,200,252); }
H1.HeaderClassName
{
color: #07C8FC;
}
.AnyTagClassName
{
color: #07C8FC;
}
</style>
background-color css
<style>
a { background-color: #07C8FC; }
a { background-color: rgb(7,200,252); }
div.DivClassName
{
background-color: #07C8FC;
}
.BgClassName
{
background-color: #07C8FC;
}
</style>
border-color css
<style>
span { border-color: #07C8FC; }
span { border-color: rgb(7,200,252); }
td.TdClassName
{
border-color: #07C8FC;
}
.TagClassName
{
border-color: #07C8FC;
}
</style>