Shades of Deep Sky Blue #07CCFF
Tints of Deep Sky Blue #07CCFF
RGB
CMYK
RGB Variations
Color information
#07CCFF (or 0x07CCFF) is known color: Deep Sky Blue. HEX triplet: 07, CC and FF. RGB value is (7,204,255). Sum of RGB (Red+Green+Blue) = 7+204+255=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #07CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CCFF is #F83300. Grayscale: #969696. Windows color (decimal): -16265985 or 16763911. OLE color: 16763911.
HSL color Cylindrical-coordinate representation of color #07CCFF: hue angle of 192.34º 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 #07CCFF is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 204 | 255 | - |
| CMYK | 0.97 | 0.2 | 0 | 0 |
| HSL | 192.34º | 1% | 0.51% | - |
| HSV(B) | 192.34º | 0.97% | 1% | - |
| XYZ | 39.73 | 50.45 | 102.25 | - |
| YUV | 150.91 | 186.73 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 255 | 0.97 | 0.2 | 0 | 0 | 192.34 | 1 | 0.51 |
| Hex | 7 | CC | FF | 61 | 14 | 0 | 0 | C0 | 64 | 33 |
| Octal | 7 | 314 | 377 | 141 | 24 | 0 | 0 | 300 | 144 | 63 |
| Binary | 111 | 11001100 | 11111111 | 1100001 | 10100 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #07CCFF
Complementary color
Monochromatic Colors of #07CCFF
Black with #07CCFF
Text Example
Text Example
White with #07CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCFF; }
p { color: rgb(7,204,255); }
H1.HeaderClassName
{
color: #07CCFF;
}
.AnyTagClassName
{
color: #07CCFF;
}
</style>
background-color css
<style>
a { background-color: #07CCFF; }
a { background-color: rgb(7,204,255); }
div.DivClassName
{
background-color: #07CCFF;
}
.BgClassName
{
background-color: #07CCFF;
}
</style>
border-color css
<style>
span { border-color: #07CCFF; }
span { border-color: rgb(7,204,255); }
td.TdClassName
{
border-color: #07CCFF;
}
.TagClassName
{
border-color: #07CCFF;
}
</style>