Shades of Deep Sky Blue #08ABFD
Tints of Deep Sky Blue #08ABFD
RGB
CMYK
RGB Variations
Color information
#08ABFD (or 0x08ABFD) is known color: Deep Sky Blue. HEX triplet: 08, AB and FD. RGB value is (8,171,253). Sum of RGB (Red+Green+Blue) = 8+171+253=432 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #08ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ABFD is #F75402. Grayscale: #838383. Windows color (decimal): -16208899 or 16624392. OLE color: 16624392.
HSL color Cylindrical-coordinate representation of color #08ABFD: hue angle of 200.08º 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 #08ABFD is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 171 | 253 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.01 |
| HSL | 200.08º | 0.98% | 0.51% | - |
| HSV(B) | 200.08º | 0.97% | 0.99% | - |
| XYZ | 32.39 | 36.27 | 98.22 | - |
| YUV | 131.61 | 196.5 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 253 | 0.97 | 0.32 | 0 | 0.01 | 200.08 | 0.98 | 0.51 |
| Hex | 8 | AB | FD | 61 | 20 | 0 | 1 | C8 | 62 | 33 |
| Octal | 10 | 253 | 375 | 141 | 40 | 0 | 1 | 310 | 142 | 63 |
| Binary | 1000 | 10101011 | 11111101 | 1100001 | 100000 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #08ABFD
Complementary color
Monochromatic Colors of #08ABFD
Black with #08ABFD
Text Example
Text Example
White with #08ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ABFD; }
p { color: rgb(8,171,253); }
H1.HeaderClassName
{
color: #08ABFD;
}
.AnyTagClassName
{
color: #08ABFD;
}
</style>
background-color css
<style>
a { background-color: #08ABFD; }
a { background-color: rgb(8,171,253); }
div.DivClassName
{
background-color: #08ABFD;
}
.BgClassName
{
background-color: #08ABFD;
}
</style>
border-color css
<style>
span { border-color: #08ABFD; }
span { border-color: rgb(8,171,253); }
td.TdClassName
{
border-color: #08ABFD;
}
.TagClassName
{
border-color: #08ABFD;
}
</style>