Shades of Deep Sky Blue #0FCAEA
Tints of Deep Sky Blue #0FCAEA
RGB
CMYK
RGB Variations
Color information
#0FCAEA (or 0x0FCAEA) is known color: Deep Sky Blue. HEX triplet: 0F, CA and EA. RGB value is (15,202,234). Sum of RGB (Red+Green+Blue) = 15+202+234=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FCAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAEA is #F03515. Grayscale: #959595. Windows color (decimal): -15742230 or 15387151. OLE color: 15387151.
HSL color Cylindrical-coordinate representation of color #0FCAEA: hue angle of 188.77º 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 #0FCAEA is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 202 | 234 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.08 |
| HSL | 188.77º | 0.88% | 0.49% | - |
| HSV(B) | 188.77º | 0.94% | 0.92% | - |
| XYZ | 36.17 | 48.28 | 85.26 | - |
| YUV | 149.74 | 175.55 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 234 | 0.94 | 0.14 | 0 | 0.08 | 188.77 | 0.88 | 0.49 |
| Hex | F | CA | EA | 5E | E | 0 | 8 | BD | 58 | 31 |
| Octal | 17 | 312 | 352 | 136 | 16 | 0 | 10 | 275 | 130 | 61 |
| Binary | 1111 | 11001010 | 11101010 | 1011110 | 1110 | 0 | 1000 | 10111101 | 1011000 | 110001 |
Color Harmonies of #0FCAEA
Complementary color
Monochromatic Colors of #0FCAEA
Black with #0FCAEA
Text Example
Text Example
White with #0FCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAEA; }
p { color: rgb(15,202,234); }
H1.HeaderClassName
{
color: #0FCAEA;
}
.AnyTagClassName
{
color: #0FCAEA;
}
</style>
background-color css
<style>
a { background-color: #0FCAEA; }
a { background-color: rgb(15,202,234); }
div.DivClassName
{
background-color: #0FCAEA;
}
.BgClassName
{
background-color: #0FCAEA;
}
</style>
border-color css
<style>
span { border-color: #0FCAEA; }
span { border-color: rgb(15,202,234); }
td.TdClassName
{
border-color: #0FCAEA;
}
.TagClassName
{
border-color: #0FCAEA;
}
</style>