Shades of Deep Sky Blue #0FABFC
Tints of Deep Sky Blue #0FABFC
RGB
CMYK
RGB Variations
Color information
#0FABFC (or 0x0FABFC) is known color: Deep Sky Blue. HEX triplet: 0F, AB and FC. RGB value is (15,171,252). Sum of RGB (Red+Green+Blue) = 15+171+252=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FABFC is #F05403. Grayscale: #858585. Windows color (decimal): -15750148 or 16558863. OLE color: 16558863.
HSL color Cylindrical-coordinate representation of color #0FABFC: hue angle of 200.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FABFC is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 171 | 252 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.01 |
| HSL | 200.51º | 0.98% | 0.52% | - |
| HSV(B) | 200.51º | 0.94% | 0.99% | - |
| XYZ | 32.33 | 36.26 | 97.39 | - |
| YUV | 133.59 | 194.82 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 252 | 0.94 | 0.32 | 0 | 0.01 | 200.51 | 0.98 | 0.52 |
| Hex | F | AB | FC | 5E | 20 | 0 | 1 | C9 | 62 | 34 |
| Octal | 17 | 253 | 374 | 136 | 40 | 0 | 1 | 311 | 142 | 64 |
| Binary | 1111 | 10101011 | 11111100 | 1011110 | 100000 | 0 | 1 | 11001001 | 1100010 | 110100 |
Color Harmonies of #0FABFC
Complementary color
Monochromatic Colors of #0FABFC
Black with #0FABFC
Text Example
Text Example
White with #0FABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABFC; }
p { color: rgb(15,171,252); }
H1.HeaderClassName
{
color: #0FABFC;
}
.AnyTagClassName
{
color: #0FABFC;
}
</style>
background-color css
<style>
a { background-color: #0FABFC; }
a { background-color: rgb(15,171,252); }
div.DivClassName
{
background-color: #0FABFC;
}
.BgClassName
{
background-color: #0FABFC;
}
</style>
border-color css
<style>
span { border-color: #0FABFC; }
span { border-color: rgb(15,171,252); }
td.TdClassName
{
border-color: #0FABFC;
}
.TagClassName
{
border-color: #0FABFC;
}
</style>