Shades of Deep Sky Blue #0FCAEB
Tints of Deep Sky Blue #0FCAEB
RGB
CMYK
RGB Variations
Color information
#0FCAEB (or 0x0FCAEB) is known color: Deep Sky Blue. HEX triplet: 0F, CA and EB. RGB value is (15,202,235). Sum of RGB (Red+Green+Blue) = 15+202+235=452 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.32% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FCAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAEB is #F03514. Grayscale: #959595. Windows color (decimal): -15742229 or 15452687. OLE color: 15452687.
HSL color Cylindrical-coordinate representation of color #0FCAEB: hue angle of 189º 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 #0FCAEB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 202 | 235 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.08 |
| HSL | 189º | 0.88% | 0.49% | - |
| HSV(B) | 189º | 0.94% | 0.92% | - |
| XYZ | 36.31 | 48.34 | 86.01 | - |
| YUV | 149.85 | 176.05 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 235 | 0.94 | 0.14 | 0 | 0.08 | 189 | 0.88 | 0.49 |
| Hex | F | CA | EB | 5E | E | 0 | 8 | BD | 58 | 31 |
| Octal | 17 | 312 | 353 | 136 | 16 | 0 | 10 | 275 | 130 | 61 |
| Binary | 1111 | 11001010 | 11101011 | 1011110 | 1110 | 0 | 1000 | 10111101 | 1011000 | 110001 |
Color Harmonies of #0FCAEB
Complementary color
Monochromatic Colors of #0FCAEB
Black with #0FCAEB
Text Example
Text Example
White with #0FCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAEB; }
p { color: rgb(15,202,235); }
H1.HeaderClassName
{
color: #0FCAEB;
}
.AnyTagClassName
{
color: #0FCAEB;
}
</style>
background-color css
<style>
a { background-color: #0FCAEB; }
a { background-color: rgb(15,202,235); }
div.DivClassName
{
background-color: #0FCAEB;
}
.BgClassName
{
background-color: #0FCAEB;
}
</style>
border-color css
<style>
span { border-color: #0FCAEB; }
span { border-color: rgb(15,202,235); }
td.TdClassName
{
border-color: #0FCAEB;
}
.TagClassName
{
border-color: #0FCAEB;
}
</style>