Shades of Deep Sky Blue #0FACFF
Tints of Deep Sky Blue #0FACFF
RGB
CMYK
RGB Variations
Color information
#0FACFF (or 0x0FACFF) is known color: Deep Sky Blue. HEX triplet: 0F, AC and FF. RGB value is (15,172,255). Sum of RGB (Red+Green+Blue) = 15+172+255=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FACFF is #F05300. Grayscale: #868686. Windows color (decimal): -15749889 or 16755727. OLE color: 16755727.
HSL color Cylindrical-coordinate representation of color #0FACFF: hue angle of 200.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FACFF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 172 | 255 | - |
| CMYK | 0.94 | 0.33 | 0 | 0 |
| HSL | 200.75º | 1% | 0.53% | - |
| HSV(B) | 200.75º | 0.94% | 1% | - |
| XYZ | 33 | 36.83 | 99.98 | - |
| YUV | 134.52 | 195.99 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 255 | 0.94 | 0.33 | 0 | 0 | 200.75 | 1 | 0.53 |
| Hex | F | AC | FF | 5E | 21 | 0 | 0 | C9 | 64 | 35 |
| Octal | 17 | 254 | 377 | 136 | 41 | 0 | 0 | 311 | 144 | 65 |
| Binary | 1111 | 10101100 | 11111111 | 1011110 | 100001 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #0FACFF
Complementary color
Monochromatic Colors of #0FACFF
Black with #0FACFF
Text Example
Text Example
White with #0FACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACFF; }
p { color: rgb(15,172,255); }
H1.HeaderClassName
{
color: #0FACFF;
}
.AnyTagClassName
{
color: #0FACFF;
}
</style>
background-color css
<style>
a { background-color: #0FACFF; }
a { background-color: rgb(15,172,255); }
div.DivClassName
{
background-color: #0FACFF;
}
.BgClassName
{
background-color: #0FACFF;
}
</style>
border-color css
<style>
span { border-color: #0FACFF; }
span { border-color: rgb(15,172,255); }
td.TdClassName
{
border-color: #0FACFF;
}
.TagClassName
{
border-color: #0FACFF;
}
</style>