Shades of Deep Sky Blue #0FBFFD
Tints of Deep Sky Blue #0FBFFD
RGB
CMYK
RGB Variations
Color information
#0FBFFD (or 0x0FBFFD) is known color: Deep Sky Blue. HEX triplet: 0F, BF and FD. RGB value is (15,191,253). Sum of RGB (Red+Green+Blue) = 15+191+253=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FBFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBFFD is #F04002. Grayscale: #919191. Windows color (decimal): -15745027 or 16629519. OLE color: 16629519.
HSL color Cylindrical-coordinate representation of color #0FBFFD: hue angle of 195.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBFFD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 191 | 253 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.01 |
| HSL | 195.63º | 0.98% | 0.53% | - |
| HSV(B) | 195.63º | 0.94% | 0.99% | - |
| XYZ | 36.56 | 44.46 | 99.58 | - |
| YUV | 145.44 | 188.69 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 253 | 0.94 | 0.25 | 0 | 0.01 | 195.63 | 0.98 | 0.53 |
| Hex | F | BF | FD | 5E | 19 | 0 | 1 | C4 | 62 | 35 |
| Octal | 17 | 277 | 375 | 136 | 31 | 0 | 1 | 304 | 142 | 65 |
| Binary | 1111 | 10111111 | 11111101 | 1011110 | 11001 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #0FBFFD
Complementary color
Monochromatic Colors of #0FBFFD
Black with #0FBFFD
Text Example
Text Example
White with #0FBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBFFD; }
p { color: rgb(15,191,253); }
H1.HeaderClassName
{
color: #0FBFFD;
}
.AnyTagClassName
{
color: #0FBFFD;
}
</style>
background-color css
<style>
a { background-color: #0FBFFD; }
a { background-color: rgb(15,191,253); }
div.DivClassName
{
background-color: #0FBFFD;
}
.BgClassName
{
background-color: #0FBFFD;
}
</style>
border-color css
<style>
span { border-color: #0FBFFD; }
span { border-color: rgb(15,191,253); }
td.TdClassName
{
border-color: #0FBFFD;
}
.TagClassName
{
border-color: #0FBFFD;
}
</style>