Shades of Deep Sky Blue #07ABEF
Tints of Deep Sky Blue #07ABEF
RGB
CMYK
RGB Variations
Color information
#07ABEF (or 0x07ABEF) is known color: Deep Sky Blue. HEX triplet: 07, AB and EF. RGB value is (7,171,239). Sum of RGB (Red+Green+Blue) = 7+171+239=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #07ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ABEF is #F85410. Grayscale: #818181. Windows color (decimal): -16274449 or 15706887. OLE color: 15706887.
HSL color Cylindrical-coordinate representation of color #07ABEF: hue angle of 197.59º 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 #07ABEF is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 171 | 239 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.06 |
| HSL | 197.59º | 0.94% | 0.48% | - |
| HSV(B) | 197.59º | 0.97% | 0.94% | - |
| XYZ | 30.23 | 35.4 | 86.9 | - |
| YUV | 129.72 | 189.67 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 239 | 0.97 | 0.28 | 0 | 0.06 | 197.59 | 0.94 | 0.48 |
| Hex | 7 | AB | EF | 61 | 1C | 0 | 6 | C6 | 5E | 30 |
| Octal | 7 | 253 | 357 | 141 | 34 | 0 | 6 | 306 | 136 | 60 |
| Binary | 111 | 10101011 | 11101111 | 1100001 | 11100 | 0 | 110 | 11000110 | 1011110 | 110000 |
Color Harmonies of #07ABEF
Complementary color
Monochromatic Colors of #07ABEF
Black with #07ABEF
Text Example
Text Example
White with #07ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABEF; }
p { color: rgb(7,171,239); }
H1.HeaderClassName
{
color: #07ABEF;
}
.AnyTagClassName
{
color: #07ABEF;
}
</style>
background-color css
<style>
a { background-color: #07ABEF; }
a { background-color: rgb(7,171,239); }
div.DivClassName
{
background-color: #07ABEF;
}
.BgClassName
{
background-color: #07ABEF;
}
</style>
border-color css
<style>
span { border-color: #07ABEF; }
span { border-color: rgb(7,171,239); }
td.TdClassName
{
border-color: #07ABEF;
}
.TagClassName
{
border-color: #07ABEF;
}
</style>