Shades of Deep Sky Blue #0FBFF3
Tints of Deep Sky Blue #0FBFF3
RGB
CMYK
RGB Variations
Color information
#0FBFF3 (or 0x0FBFF3) is known color: Deep Sky Blue. HEX triplet: 0F, BF and F3. RGB value is (15,191,243). Sum of RGB (Red+Green+Blue) = 15+191+243=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FBFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBFF3 is #F0400C. Grayscale: #8F8F8F. Windows color (decimal): -15745037 or 15974159. OLE color: 15974159.
HSL color Cylindrical-coordinate representation of color #0FBFF3: hue angle of 193.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBFF3 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 191 | 243 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.05 |
| HSL | 193.68º | 0.9% | 0.51% | - |
| HSV(B) | 193.68º | 0.94% | 0.95% | - |
| XYZ | 35.01 | 43.83 | 91.41 | - |
| YUV | 144.3 | 183.69 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 243 | 0.94 | 0.21 | 0 | 0.05 | 193.68 | 0.9 | 0.51 |
| Hex | F | BF | F3 | 5E | 15 | 0 | 5 | C2 | 5A | 33 |
| Octal | 17 | 277 | 363 | 136 | 25 | 0 | 5 | 302 | 132 | 63 |
| Binary | 1111 | 10111111 | 11110011 | 1011110 | 10101 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #0FBFF3
Complementary color
Monochromatic Colors of #0FBFF3
Black with #0FBFF3
Text Example
Text Example
White with #0FBFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBFF3; }
p { color: rgb(15,191,243); }
H1.HeaderClassName
{
color: #0FBFF3;
}
.AnyTagClassName
{
color: #0FBFF3;
}
</style>
background-color css
<style>
a { background-color: #0FBFF3; }
a { background-color: rgb(15,191,243); }
div.DivClassName
{
background-color: #0FBFF3;
}
.BgClassName
{
background-color: #0FBFF3;
}
</style>
border-color css
<style>
span { border-color: #0FBFF3; }
span { border-color: rgb(15,191,243); }
td.TdClassName
{
border-color: #0FBFF3;
}
.TagClassName
{
border-color: #0FBFF3;
}
</style>