Shades of Deep Sky Blue #07CBEC
Tints of Deep Sky Blue #07CBEC
RGB
CMYK
RGB Variations
Color information
#07CBEC (or 0x07CBEC) is known color: Deep Sky Blue. HEX triplet: 07, CB and EC. RGB value is (7,203,236). Sum of RGB (Red+Green+Blue) = 7+203+236=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #07CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBEC is #F83413. Grayscale: #939393. Windows color (decimal): -16266260 or 15518471. OLE color: 15518471.
HSL color Cylindrical-coordinate representation of color #07CBEC: hue angle of 188.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBEC is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 203 | 236 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.07 |
| HSL | 188.65º | 0.94% | 0.48% | - |
| HSV(B) | 188.65º | 0.97% | 0.93% | - |
| XYZ | 36.58 | 48.81 | 86.85 | - |
| YUV | 148.16 | 177.57 | 27.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 236 | 0.97 | 0.14 | 0 | 0.07 | 188.65 | 0.94 | 0.48 |
| Hex | 7 | CB | EC | 61 | E | 0 | 7 | BD | 5E | 30 |
| Octal | 7 | 313 | 354 | 141 | 16 | 0 | 7 | 275 | 136 | 60 |
| Binary | 111 | 11001011 | 11101100 | 1100001 | 1110 | 0 | 111 | 10111101 | 1011110 | 110000 |
Color Harmonies of #07CBEC
Complementary color
Monochromatic Colors of #07CBEC
Black with #07CBEC
Text Example
Text Example
White with #07CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBEC; }
p { color: rgb(7,203,236); }
H1.HeaderClassName
{
color: #07CBEC;
}
.AnyTagClassName
{
color: #07CBEC;
}
</style>
background-color css
<style>
a { background-color: #07CBEC; }
a { background-color: rgb(7,203,236); }
div.DivClassName
{
background-color: #07CBEC;
}
.BgClassName
{
background-color: #07CBEC;
}
</style>
border-color css
<style>
span { border-color: #07CBEC; }
span { border-color: rgb(7,203,236); }
td.TdClassName
{
border-color: #07CBEC;
}
.TagClassName
{
border-color: #07CBEC;
}
</style>