Shades of Deep Sky Blue #07CEFF
Tints of Deep Sky Blue #07CEFF
RGB
CMYK
RGB Variations
Color information
#07CEFF (or 0x07CEFF) is known color: Deep Sky Blue. HEX triplet: 07, CE and FF. RGB value is (7,206,255). Sum of RGB (Red+Green+Blue) = 7+206+255=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #07CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CEFF is #F83100. Grayscale: #979797. Windows color (decimal): -16265473 or 16764423. OLE color: 16764423.
HSL color Cylindrical-coordinate representation of color #07CEFF: hue angle of 191.85º 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 #07CEFF is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 206 | 255 | - |
| CMYK | 0.97 | 0.19 | 0 | 0 |
| HSL | 191.85º | 1% | 0.51% | - |
| HSV(B) | 191.85º | 0.97% | 1% | - |
| XYZ | 40.21 | 51.41 | 102.41 | - |
| YUV | 152.09 | 186.07 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 255 | 0.97 | 0.19 | 0 | 0 | 191.85 | 1 | 0.51 |
| Hex | 7 | CE | FF | 61 | 13 | 0 | 0 | C0 | 64 | 33 |
| Octal | 7 | 316 | 377 | 141 | 23 | 0 | 0 | 300 | 144 | 63 |
| Binary | 111 | 11001110 | 11111111 | 1100001 | 10011 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #07CEFF
Complementary color
Monochromatic Colors of #07CEFF
Black with #07CEFF
Text Example
Text Example
White with #07CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEFF; }
p { color: rgb(7,206,255); }
H1.HeaderClassName
{
color: #07CEFF;
}
.AnyTagClassName
{
color: #07CEFF;
}
</style>
background-color css
<style>
a { background-color: #07CEFF; }
a { background-color: rgb(7,206,255); }
div.DivClassName
{
background-color: #07CEFF;
}
.BgClassName
{
background-color: #07CEFF;
}
</style>
border-color css
<style>
span { border-color: #07CEFF; }
span { border-color: rgb(7,206,255); }
td.TdClassName
{
border-color: #07CEFF;
}
.TagClassName
{
border-color: #07CEFF;
}
</style>