Shades of Deep Sky Blue #07CDEF
Tints of Deep Sky Blue #07CDEF
RGB
CMYK
RGB Variations
Color information
#07CDEF (or 0x07CDEF) is known color: Deep Sky Blue. HEX triplet: 07, CD and EF. RGB value is (7,205,239). Sum of RGB (Red+Green+Blue) = 7+205+239=451 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #07CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CDEF is #F83210. Grayscale: #959595. Windows color (decimal): -16265745 or 15715591. OLE color: 15715591.
HSL color Cylindrical-coordinate representation of color #07CDEF: hue angle of 188.79º 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 #07CDEF is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 205 | 239 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.06 |
| HSL | 188.79º | 0.94% | 0.48% | - |
| HSV(B) | 188.79º | 0.97% | 0.94% | - |
| XYZ | 37.5 | 49.94 | 89.32 | - |
| YUV | 149.67 | 178.4 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 239 | 0.97 | 0.14 | 0 | 0.06 | 188.79 | 0.94 | 0.48 |
| Hex | 7 | CD | EF | 61 | E | 0 | 6 | BD | 5E | 30 |
| Octal | 7 | 315 | 357 | 141 | 16 | 0 | 6 | 275 | 136 | 60 |
| Binary | 111 | 11001101 | 11101111 | 1100001 | 1110 | 0 | 110 | 10111101 | 1011110 | 110000 |
Color Harmonies of #07CDEF
Complementary color
Monochromatic Colors of #07CDEF
Black with #07CDEF
Text Example
Text Example
White with #07CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDEF; }
p { color: rgb(7,205,239); }
H1.HeaderClassName
{
color: #07CDEF;
}
.AnyTagClassName
{
color: #07CDEF;
}
</style>
background-color css
<style>
a { background-color: #07CDEF; }
a { background-color: rgb(7,205,239); }
div.DivClassName
{
background-color: #07CDEF;
}
.BgClassName
{
background-color: #07CDEF;
}
</style>
border-color css
<style>
span { border-color: #07CDEF; }
span { border-color: rgb(7,205,239); }
td.TdClassName
{
border-color: #07CDEF;
}
.TagClassName
{
border-color: #07CDEF;
}
</style>