Shades of Deep Sky Blue #07CEF0
Tints of Deep Sky Blue #07CEF0
RGB
CMYK
RGB Variations
Color information
#07CEF0 (or 0x07CEF0) is known color: Deep Sky Blue. HEX triplet: 07, CE and F0. RGB value is (7,206,240). Sum of RGB (Red+Green+Blue) = 7+206+240=453 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #07CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CEF0 is #F8310F. Grayscale: #969696. Windows color (decimal): -16265488 or 15781383. OLE color: 15781383.
HSL color Cylindrical-coordinate representation of color #07CEF0: hue angle of 188.76º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CEF0 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 206 | 240 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.06 |
| HSL | 188.76º | 0.94% | 0.48% | - |
| HSV(B) | 188.76º | 0.97% | 0.94% | - |
| XYZ | 37.89 | 50.48 | 90.18 | - |
| YUV | 150.38 | 178.57 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 240 | 0.97 | 0.14 | 0 | 0.06 | 188.76 | 0.94 | 0.48 |
| Hex | 7 | CE | F0 | 61 | E | 0 | 6 | BD | 5E | 30 |
| Octal | 7 | 316 | 360 | 141 | 16 | 0 | 6 | 275 | 136 | 60 |
| Binary | 111 | 11001110 | 11110000 | 1100001 | 1110 | 0 | 110 | 10111101 | 1011110 | 110000 |
Color Harmonies of #07CEF0
Complementary color
Monochromatic Colors of #07CEF0
Black with #07CEF0
Text Example
Text Example
White with #07CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEF0; }
p { color: rgb(7,206,240); }
H1.HeaderClassName
{
color: #07CEF0;
}
.AnyTagClassName
{
color: #07CEF0;
}
</style>
background-color css
<style>
a { background-color: #07CEF0; }
a { background-color: rgb(7,206,240); }
div.DivClassName
{
background-color: #07CEF0;
}
.BgClassName
{
background-color: #07CEF0;
}
</style>
border-color css
<style>
span { border-color: #07CEF0; }
span { border-color: rgb(7,206,240); }
td.TdClassName
{
border-color: #07CEF0;
}
.TagClassName
{
border-color: #07CEF0;
}
</style>