Shades of Deep Sky Blue #0ABCFC
Tints of Deep Sky Blue #0ABCFC
RGB
CMYK
RGB Variations
Color information
#0ABCFC (or 0x0ABCFC) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FC. RGB value is (10,188,252). Sum of RGB (Red+Green+Blue) = 10+188+252=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ABCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFC is #F54303. Grayscale: #8D8D8D. Windows color (decimal): -16073476 or 16563210. OLE color: 16563210.
HSL color Cylindrical-coordinate representation of color #0ABCFC: hue angle of 195.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABCFC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 188 | 252 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.01 |
| HSL | 195.87º | 0.98% | 0.51% | - |
| HSV(B) | 195.87º | 0.96% | 0.99% | - |
| XYZ | 35.68 | 43.06 | 98.53 | - |
| YUV | 142.07 | 190.03 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 252 | 0.96 | 0.25 | 0 | 0.01 | 195.87 | 0.98 | 0.51 |
| Hex | A | BC | FC | 60 | 19 | 0 | 1 | C4 | 62 | 33 |
| Octal | 12 | 274 | 374 | 140 | 31 | 0 | 1 | 304 | 142 | 63 |
| Binary | 1010 | 10111100 | 11111100 | 1100000 | 11001 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #0ABCFC
Complementary color
Monochromatic Colors of #0ABCFC
Black with #0ABCFC
Text Example
Text Example
White with #0ABCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCFC; }
p { color: rgb(10,188,252); }
H1.HeaderClassName
{
color: #0ABCFC;
}
.AnyTagClassName
{
color: #0ABCFC;
}
</style>
background-color css
<style>
a { background-color: #0ABCFC; }
a { background-color: rgb(10,188,252); }
div.DivClassName
{
background-color: #0ABCFC;
}
.BgClassName
{
background-color: #0ABCFC;
}
</style>
border-color css
<style>
span { border-color: #0ABCFC; }
span { border-color: rgb(10,188,252); }
td.TdClassName
{
border-color: #0ABCFC;
}
.TagClassName
{
border-color: #0ABCFC;
}
</style>