Shades of Deep Sky Blue #07CDFF
Tints of Deep Sky Blue #07CDFF
RGB
CMYK
RGB Variations
Color information
#07CDFF (or 0x07CDFF) is known color: Deep Sky Blue. HEX triplet: 07, CD and FF. RGB value is (7,205,255). Sum of RGB (Red+Green+Blue) = 7+205+255=467 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #07CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CDFF is #F83200. Grayscale: #979797. Windows color (decimal): -16265729 or 16764167. OLE color: 16764167.
HSL color Cylindrical-coordinate representation of color #07CDFF: hue angle of 192.1º 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 #07CDFF is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 205 | 255 | - |
| CMYK | 0.97 | 0.20 | 0 | 0 |
| HSL | 192.1º | 1% | 0.51% | - |
| HSV(B) | 192.1º | 0.97% | 1% | - |
| XYZ | 39.97 | 50.93 | 102.33 | - |
| YUV | 151.5 | 186.4 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 255 | 0.97 | 0.20 | 0 | 0 | 192.1 | 1 | 0.51 |
| Hex | 7 | CD | FF | 61 | 14 | 0 | 0 | C0 | 64 | 33 |
| Octal | 7 | 315 | 377 | 141 | 24 | 0 | 0 | 300 | 144 | 63 |
| Binary | 111 | 11001101 | 11111111 | 1100001 | 10100 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #07CDFF
Complementary color
Monochromatic Colors of #07CDFF
Black with #07CDFF
Text Example
Text Example
White with #07CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDFF; }
p { color: rgb(7,205,255); }
H1.HeaderClassName
{
color: #07CDFF;
}
.AnyTagClassName
{
color: #07CDFF;
}
</style>
background-color css
<style>
a { background-color: #07CDFF; }
a { background-color: rgb(7,205,255); }
div.DivClassName
{
background-color: #07CDFF;
}
.BgClassName
{
background-color: #07CDFF;
}
</style>
border-color css
<style>
span { border-color: #07CDFF; }
span { border-color: rgb(7,205,255); }
td.TdClassName
{
border-color: #07CDFF;
}
.TagClassName
{
border-color: #07CDFF;
}
</style>