Shades of Deep Sky Blue #06ABFD
Tints of Deep Sky Blue #06ABFD
RGB
CMYK
RGB Variations
Color information
#06ABFD (or 0x06ABFD) is known color: Deep Sky Blue. HEX triplet: 06, AB and FD. RGB value is (6,171,253). Sum of RGB (Red+Green+Blue) = 6+171+253=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #06ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ABFD is #F95402. Grayscale: #828282. Windows color (decimal): -16339971 or 16624390. OLE color: 16624390.
HSL color Cylindrical-coordinate representation of color #06ABFD: hue angle of 199.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ABFD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 171 | 253 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.01 |
| HSL | 199.92º | 0.98% | 0.51% | - |
| HSV(B) | 199.92º | 0.98% | 0.99% | - |
| XYZ | 32.37 | 36.26 | 98.22 | - |
| YUV | 131.01 | 196.84 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 253 | 0.98 | 0.32 | 0 | 0.01 | 199.92 | 0.98 | 0.51 |
| Hex | 6 | AB | FD | 62 | 20 | 0 | 1 | C8 | 62 | 33 |
| Octal | 6 | 253 | 375 | 142 | 40 | 0 | 1 | 310 | 142 | 63 |
| Binary | 110 | 10101011 | 11111101 | 1100010 | 100000 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #06ABFD
Complementary color
Monochromatic Colors of #06ABFD
Black with #06ABFD
Text Example
Text Example
White with #06ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABFD; }
p { color: rgb(6,171,253); }
H1.HeaderClassName
{
color: #06ABFD;
}
.AnyTagClassName
{
color: #06ABFD;
}
</style>
background-color css
<style>
a { background-color: #06ABFD; }
a { background-color: rgb(6,171,253); }
div.DivClassName
{
background-color: #06ABFD;
}
.BgClassName
{
background-color: #06ABFD;
}
</style>
border-color css
<style>
span { border-color: #06ABFD; }
span { border-color: rgb(6,171,253); }
td.TdClassName
{
border-color: #06ABFD;
}
.TagClassName
{
border-color: #06ABFD;
}
</style>