Shades of Deep Sky Blue #0FB4FB
Tints of Deep Sky Blue #0FB4FB
RGB
CMYK
RGB Variations
Color information
#0FB4FB (or 0x0FB4FB) is known color: Deep Sky Blue. HEX triplet: 0F, B4 and FB. RGB value is (15,180,251). Sum of RGB (Red+Green+Blue) = 15+180+251=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FB4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB4FB is #F04B04. Grayscale: #8A8A8A. Windows color (decimal): -15747845 or 16495631. OLE color: 16495631.
HSL color Cylindrical-coordinate representation of color #0FB4FB: hue angle of 198.05º 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 #0FB4FB is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 180 | 251 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.02 |
| HSL | 198.05º | 0.97% | 0.52% | - |
| HSV(B) | 198.05º | 0.94% | 0.98% | - |
| XYZ | 33.93 | 39.71 | 97.14 | - |
| YUV | 138.76 | 191.34 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 251 | 0.94 | 0.28 | 0 | 0.02 | 198.05 | 0.97 | 0.52 |
| Hex | F | B4 | FB | 5E | 1C | 0 | 2 | C6 | 61 | 34 |
| Octal | 17 | 264 | 373 | 136 | 34 | 0 | 2 | 306 | 141 | 64 |
| Binary | 1111 | 10110100 | 11111011 | 1011110 | 11100 | 0 | 10 | 11000110 | 1100001 | 110100 |
Color Harmonies of #0FB4FB
Complementary color
Monochromatic Colors of #0FB4FB
Black with #0FB4FB
Text Example
Text Example
White with #0FB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4FB; }
p { color: rgb(15,180,251); }
H1.HeaderClassName
{
color: #0FB4FB;
}
.AnyTagClassName
{
color: #0FB4FB;
}
</style>
background-color css
<style>
a { background-color: #0FB4FB; }
a { background-color: rgb(15,180,251); }
div.DivClassName
{
background-color: #0FB4FB;
}
.BgClassName
{
background-color: #0FB4FB;
}
</style>
border-color css
<style>
span { border-color: #0FB4FB; }
span { border-color: rgb(15,180,251); }
td.TdClassName
{
border-color: #0FB4FB;
}
.TagClassName
{
border-color: #0FB4FB;
}
</style>