Shades of Deep Sky Blue #0ABBFD
Tints of Deep Sky Blue #0ABBFD
RGB
CMYK
RGB Variations
Color information
#0ABBFD (or 0x0ABBFD) is known color: Deep Sky Blue. HEX triplet: 0A, BB and FD. RGB value is (10,187,253). Sum of RGB (Red+Green+Blue) = 10+187+253=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ABBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABBFD is #F54402. Grayscale: #8D8D8D. Windows color (decimal): -16073731 or 16628490. OLE color: 16628490.
HSL color Cylindrical-coordinate representation of color #0ABBFD: hue angle of 196.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABBFD is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 187 | 253 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.01 |
| HSL | 196.3º | 0.98% | 0.52% | - |
| HSV(B) | 196.3º | 0.96% | 0.99% | - |
| XYZ | 35.63 | 42.7 | 99.29 | - |
| YUV | 141.6 | 190.86 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 253 | 0.96 | 0.26 | 0 | 0.01 | 196.3 | 0.98 | 0.52 |
| Hex | A | BB | FD | 60 | 1A | 0 | 1 | C4 | 62 | 34 |
| Octal | 12 | 273 | 375 | 140 | 32 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1010 | 10111011 | 11111101 | 1100000 | 11010 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0ABBFD
Complementary color
Monochromatic Colors of #0ABBFD
Black with #0ABBFD
Text Example
Text Example
White with #0ABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBFD; }
p { color: rgb(10,187,253); }
H1.HeaderClassName
{
color: #0ABBFD;
}
.AnyTagClassName
{
color: #0ABBFD;
}
</style>
background-color css
<style>
a { background-color: #0ABBFD; }
a { background-color: rgb(10,187,253); }
div.DivClassName
{
background-color: #0ABBFD;
}
.BgClassName
{
background-color: #0ABBFD;
}
</style>
border-color css
<style>
span { border-color: #0ABBFD; }
span { border-color: rgb(10,187,253); }
td.TdClassName
{
border-color: #0ABBFD;
}
.TagClassName
{
border-color: #0ABBFD;
}
</style>