Shades of Deep Sky Blue #0FABFE
Tints of Deep Sky Blue #0FABFE
RGB
CMYK
RGB Variations
Color information
#0FABFE (or 0x0FABFE) is known color: Deep Sky Blue. HEX triplet: 0F, AB and FE. RGB value is (15,171,254). Sum of RGB (Red+Green+Blue) = 15+171+254=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FABFE is #F05401. Grayscale: #858585. Windows color (decimal): -15750146 or 16689935. OLE color: 16689935.
HSL color Cylindrical-coordinate representation of color #0FABFE: hue angle of 200.84º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FABFE is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 171 | 254 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.00 |
| HSL | 200.84º | 0.99% | 0.53% | - |
| HSV(B) | 200.84º | 0.94% | 1% | - |
| XYZ | 32.65 | 36.38 | 99.07 | - |
| YUV | 133.82 | 195.82 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 254 | 0.94 | 0.33 | 0 | 0.00 | 200.84 | 0.99 | 0.53 |
| Hex | F | AB | FE | 5E | 21 | 0 | 0 | C9 | 63 | 35 |
| Octal | 17 | 253 | 376 | 136 | 41 | 0 | 0 | 311 | 143 | 65 |
| Binary | 1111 | 10101011 | 11111110 | 1011110 | 100001 | 0 | 0 | 11001001 | 1100011 | 110101 |
Color Harmonies of #0FABFE
Complementary color
Monochromatic Colors of #0FABFE
Black with #0FABFE
Text Example
Text Example
White with #0FABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABFE; }
p { color: rgb(15,171,254); }
H1.HeaderClassName
{
color: #0FABFE;
}
.AnyTagClassName
{
color: #0FABFE;
}
</style>
background-color css
<style>
a { background-color: #0FABFE; }
a { background-color: rgb(15,171,254); }
div.DivClassName
{
background-color: #0FABFE;
}
.BgClassName
{
background-color: #0FABFE;
}
</style>
border-color css
<style>
span { border-color: #0FABFE; }
span { border-color: rgb(15,171,254); }
td.TdClassName
{
border-color: #0FABFE;
}
.TagClassName
{
border-color: #0FABFE;
}
</style>