Shades of Deep Sky Blue #07ABFD
Tints of Deep Sky Blue #07ABFD
RGB
CMYK
RGB Variations
Color information
#07ABFD (or 0x07ABFD) is known color: Deep Sky Blue. HEX triplet: 07, AB and FD. RGB value is (7,171,253). Sum of RGB (Red+Green+Blue) = 7+171+253=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #07ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ABFD is #F85402. Grayscale: #828282. Windows color (decimal): -16274435 or 16624391. OLE color: 16624391.
HSL color Cylindrical-coordinate representation of color #07ABFD: hue angle of 200º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABFD is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 171 | 253 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.01 |
| HSL | 200º | 0.98% | 0.51% | - |
| HSV(B) | 200º | 0.97% | 0.99% | - |
| XYZ | 32.38 | 36.26 | 98.22 | - |
| YUV | 131.31 | 196.67 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 253 | 0.97 | 0.32 | 0 | 0.01 | 200 | 0.98 | 0.51 |
| Hex | 7 | AB | FD | 61 | 20 | 0 | 1 | C8 | 62 | 33 |
| Octal | 7 | 253 | 375 | 141 | 40 | 0 | 1 | 310 | 142 | 63 |
| Binary | 111 | 10101011 | 11111101 | 1100001 | 100000 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #07ABFD
Complementary color
Monochromatic Colors of #07ABFD
Black with #07ABFD
Text Example
Text Example
White with #07ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABFD; }
p { color: rgb(7,171,253); }
H1.HeaderClassName
{
color: #07ABFD;
}
.AnyTagClassName
{
color: #07ABFD;
}
</style>
background-color css
<style>
a { background-color: #07ABFD; }
a { background-color: rgb(7,171,253); }
div.DivClassName
{
background-color: #07ABFD;
}
.BgClassName
{
background-color: #07ABFD;
}
</style>
border-color css
<style>
span { border-color: #07ABFD; }
span { border-color: rgb(7,171,253); }
td.TdClassName
{
border-color: #07ABFD;
}
.TagClassName
{
border-color: #07ABFD;
}
</style>