Shades of Deep Sky Blue #0FBDF3
Tints of Deep Sky Blue #0FBDF3
RGB
CMYK
RGB Variations
Color information
#0FBDF3 (or 0x0FBDF3) is known color: Deep Sky Blue. HEX triplet: 0F, BD and F3. RGB value is (15,189,243). Sum of RGB (Red+Green+Blue) = 15+189+243=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FBDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDF3 is #F0420C. Grayscale: #8E8E8E. Windows color (decimal): -15745549 or 15973647. OLE color: 15973647.
HSL color Cylindrical-coordinate representation of color #0FBDF3: hue angle of 194.21º 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 #0FBDF3 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 189 | 243 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.05 |
| HSL | 194.21º | 0.9% | 0.51% | - |
| HSV(B) | 194.21º | 0.94% | 0.95% | - |
| XYZ | 34.57 | 42.97 | 91.27 | - |
| YUV | 143.13 | 184.35 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 243 | 0.94 | 0.22 | 0 | 0.05 | 194.21 | 0.9 | 0.51 |
| Hex | F | BD | F3 | 5E | 16 | 0 | 5 | C2 | 5A | 33 |
| Octal | 17 | 275 | 363 | 136 | 26 | 0 | 5 | 302 | 132 | 63 |
| Binary | 1111 | 10111101 | 11110011 | 1011110 | 10110 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #0FBDF3
Complementary color
Monochromatic Colors of #0FBDF3
Black with #0FBDF3
Text Example
Text Example
White with #0FBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDF3; }
p { color: rgb(15,189,243); }
H1.HeaderClassName
{
color: #0FBDF3;
}
.AnyTagClassName
{
color: #0FBDF3;
}
</style>
background-color css
<style>
a { background-color: #0FBDF3; }
a { background-color: rgb(15,189,243); }
div.DivClassName
{
background-color: #0FBDF3;
}
.BgClassName
{
background-color: #0FBDF3;
}
</style>
border-color css
<style>
span { border-color: #0FBDF3; }
span { border-color: rgb(15,189,243); }
td.TdClassName
{
border-color: #0FBDF3;
}
.TagClassName
{
border-color: #0FBDF3;
}
</style>