Shades of Deep Sky Blue #0FD4FB
Tints of Deep Sky Blue #0FD4FB
RGB
CMYK
RGB Variations
Color information
#0FD4FB (or 0x0FD4FB) is known color: Deep Sky Blue. HEX triplet: 0F, D4 and FB. RGB value is (15,212,251). Sum of RGB (Red+Green+Blue) = 15+212+251=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FD4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD4FB is #F02B04. Grayscale: #9D9D9D. Windows color (decimal): -15739653 or 16503823. OLE color: 16503823.
HSL color Cylindrical-coordinate representation of color #0FD4FB: hue angle of 189.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD4FB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 212 | 251 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.02 |
| HSL | 189.92º | 0.97% | 0.52% | - |
| HSV(B) | 189.92º | 0.94% | 0.98% | - |
| XYZ | 41.15 | 54.15 | 99.55 | - |
| YUV | 157.54 | 180.73 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 212 | 251 | 0.94 | 0.16 | 0 | 0.02 | 189.92 | 0.97 | 0.52 |
| Hex | F | D4 | FB | 5E | 10 | 0 | 2 | BE | 61 | 34 |
| Octal | 17 | 324 | 373 | 136 | 20 | 0 | 2 | 276 | 141 | 64 |
| Binary | 1111 | 11010100 | 11111011 | 1011110 | 10000 | 0 | 10 | 10111110 | 1100001 | 110100 |
Color Harmonies of #0FD4FB
Complementary color
Monochromatic Colors of #0FD4FB
Black with #0FD4FB
Text Example
Text Example
White with #0FD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD4FB; }
p { color: rgb(15,212,251); }
H1.HeaderClassName
{
color: #0FD4FB;
}
.AnyTagClassName
{
color: #0FD4FB;
}
</style>
background-color css
<style>
a { background-color: #0FD4FB; }
a { background-color: rgb(15,212,251); }
div.DivClassName
{
background-color: #0FD4FB;
}
.BgClassName
{
background-color: #0FD4FB;
}
</style>
border-color css
<style>
span { border-color: #0FD4FB; }
span { border-color: rgb(15,212,251); }
td.TdClassName
{
border-color: #0FD4FB;
}
.TagClassName
{
border-color: #0FD4FB;
}
</style>