Shades of Deep Sky Blue #07ABEC
Tints of Deep Sky Blue #07ABEC
RGB
CMYK
RGB Variations
Color information
#07ABEC (or 0x07ABEC) is known color: Deep Sky Blue. HEX triplet: 07, AB and EC. RGB value is (7,171,236). Sum of RGB (Red+Green+Blue) = 7+171+236=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #07ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ABEC is #F85413. Grayscale: #808080. Windows color (decimal): -16274452 or 15510279. OLE color: 15510279.
HSL color Cylindrical-coordinate representation of color #07ABEC: hue angle of 197.03º 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 #07ABEC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 171 | 236 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.07 |
| HSL | 197.03º | 0.94% | 0.48% | - |
| HSV(B) | 197.03º | 0.97% | 0.93% | - |
| XYZ | 29.79 | 35.23 | 84.59 | - |
| YUV | 129.37 | 188.17 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 236 | 0.97 | 0.28 | 0 | 0.07 | 197.03 | 0.94 | 0.48 |
| Hex | 7 | AB | EC | 61 | 1C | 0 | 7 | C5 | 5E | 30 |
| Octal | 7 | 253 | 354 | 141 | 34 | 0 | 7 | 305 | 136 | 60 |
| Binary | 111 | 10101011 | 11101100 | 1100001 | 11100 | 0 | 111 | 11000101 | 1011110 | 110000 |
Color Harmonies of #07ABEC
Complementary color
Monochromatic Colors of #07ABEC
Black with #07ABEC
Text Example
Text Example
White with #07ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABEC; }
p { color: rgb(7,171,236); }
H1.HeaderClassName
{
color: #07ABEC;
}
.AnyTagClassName
{
color: #07ABEC;
}
</style>
background-color css
<style>
a { background-color: #07ABEC; }
a { background-color: rgb(7,171,236); }
div.DivClassName
{
background-color: #07ABEC;
}
.BgClassName
{
background-color: #07ABEC;
}
</style>
border-color css
<style>
span { border-color: #07ABEC; }
span { border-color: rgb(7,171,236); }
td.TdClassName
{
border-color: #07ABEC;
}
.TagClassName
{
border-color: #07ABEC;
}
</style>