Shades of Deep Sky Blue #0FCBEA
Tints of Deep Sky Blue #0FCBEA
RGB
CMYK
RGB Variations
Color information
#0FCBEA (or 0x0FCBEA) is known color: Deep Sky Blue. HEX triplet: 0F, CB and EA. RGB value is (15,203,234). Sum of RGB (Red+Green+Blue) = 15+203+234=452 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.32% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FCBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBEA is #F03415. Grayscale: #969696. Windows color (decimal): -15741974 or 15387407. OLE color: 15387407.
HSL color Cylindrical-coordinate representation of color #0FCBEA: hue angle of 188.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCBEA is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 203 | 234 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.08 |
| HSL | 188.49º | 0.88% | 0.49% | - |
| HSV(B) | 188.49º | 0.94% | 0.92% | - |
| XYZ | 36.4 | 48.75 | 85.33 | - |
| YUV | 150.32 | 175.22 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 234 | 0.94 | 0.13 | 0 | 0.08 | 188.49 | 0.88 | 0.49 |
| Hex | F | CB | EA | 5E | D | 0 | 8 | BC | 58 | 31 |
| Octal | 17 | 313 | 352 | 136 | 15 | 0 | 10 | 274 | 130 | 61 |
| Binary | 1111 | 11001011 | 11101010 | 1011110 | 1101 | 0 | 1000 | 10111100 | 1011000 | 110001 |
Color Harmonies of #0FCBEA
Complementary color
Monochromatic Colors of #0FCBEA
Black with #0FCBEA
Text Example
Text Example
White with #0FCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBEA; }
p { color: rgb(15,203,234); }
H1.HeaderClassName
{
color: #0FCBEA;
}
.AnyTagClassName
{
color: #0FCBEA;
}
</style>
background-color css
<style>
a { background-color: #0FCBEA; }
a { background-color: rgb(15,203,234); }
div.DivClassName
{
background-color: #0FCBEA;
}
.BgClassName
{
background-color: #0FCBEA;
}
</style>
border-color css
<style>
span { border-color: #0FCBEA; }
span { border-color: rgb(15,203,234); }
td.TdClassName
{
border-color: #0FCBEA;
}
.TagClassName
{
border-color: #0FCBEA;
}
</style>