Shades of Deep Sky Blue #07CCF2
Tints of Deep Sky Blue #07CCF2
RGB
CMYK
RGB Variations
Color information
#07CCF2 (or 0x07CCF2) is known color: Deep Sky Blue. HEX triplet: 07, CC and F2. RGB value is (7,204,242). Sum of RGB (Red+Green+Blue) = 7+204+242=453 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #07CCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CCF2 is #F8330D. Grayscale: #959595. Windows color (decimal): -16265998 or 15911943. OLE color: 15911943.
HSL color Cylindrical-coordinate representation of color #07CCF2: hue angle of 189.7º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CCF2 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 204 | 242 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.05 |
| HSL | 189.7º | 0.94% | 0.49% | - |
| HSV(B) | 189.7º | 0.97% | 0.95% | - |
| XYZ | 37.71 | 49.64 | 91.6 | - |
| YUV | 149.43 | 180.23 | 26.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 242 | 0.97 | 0.16 | 0 | 0.05 | 189.7 | 0.94 | 0.49 |
| Hex | 7 | CC | F2 | 61 | 10 | 0 | 5 | BE | 5E | 31 |
| Octal | 7 | 314 | 362 | 141 | 20 | 0 | 5 | 276 | 136 | 61 |
| Binary | 111 | 11001100 | 11110010 | 1100001 | 10000 | 0 | 101 | 10111110 | 1011110 | 110001 |
Color Harmonies of #07CCF2
Complementary color
Monochromatic Colors of #07CCF2
Black with #07CCF2
Text Example
Text Example
White with #07CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCF2; }
p { color: rgb(7,204,242); }
H1.HeaderClassName
{
color: #07CCF2;
}
.AnyTagClassName
{
color: #07CCF2;
}
</style>
background-color css
<style>
a { background-color: #07CCF2; }
a { background-color: rgb(7,204,242); }
div.DivClassName
{
background-color: #07CCF2;
}
.BgClassName
{
background-color: #07CCF2;
}
</style>
border-color css
<style>
span { border-color: #07CCF2; }
span { border-color: rgb(7,204,242); }
td.TdClassName
{
border-color: #07CCF2;
}
.TagClassName
{
border-color: #07CCF2;
}
</style>