Shades of Deep Sky Blue #0ABCFF
Tints of Deep Sky Blue #0ABCFF
RGB
CMYK
RGB Variations
Color information
#0ABCFF (or 0x0ABCFF) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FF. RGB value is (10,188,255). Sum of RGB (Red+Green+Blue) = 10+188+255=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ABCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFF is #F54300. Grayscale: #8D8D8D. Windows color (decimal): -16073473 or 16759818. OLE color: 16759818.
HSL color Cylindrical-coordinate representation of color #0ABCFF: hue angle of 196.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABCFF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 188 | 255 | - |
| CMYK | 0.96 | 0.26 | 0 | 0 |
| HSL | 196.41º | 1% | 0.52% | - |
| HSV(B) | 196.41º | 0.96% | 1% | - |
| XYZ | 36.16 | 43.25 | 101.05 | - |
| YUV | 142.42 | 191.53 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 255 | 0.96 | 0.26 | 0 | 0 | 196.41 | 1 | 0.52 |
| Hex | A | BC | FF | 60 | 1A | 0 | 0 | C4 | 64 | 34 |
| Octal | 12 | 274 | 377 | 140 | 32 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1010 | 10111100 | 11111111 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #0ABCFF
Complementary color
Monochromatic Colors of #0ABCFF
Black with #0ABCFF
Text Example
Text Example
White with #0ABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCFF; }
p { color: rgb(10,188,255); }
H1.HeaderClassName
{
color: #0ABCFF;
}
.AnyTagClassName
{
color: #0ABCFF;
}
</style>
background-color css
<style>
a { background-color: #0ABCFF; }
a { background-color: rgb(10,188,255); }
div.DivClassName
{
background-color: #0ABCFF;
}
.BgClassName
{
background-color: #0ABCFF;
}
</style>
border-color css
<style>
span { border-color: #0ABCFF; }
span { border-color: rgb(10,188,255); }
td.TdClassName
{
border-color: #0ABCFF;
}
.TagClassName
{
border-color: #0ABCFF;
}
</style>