Shades of Deep Sky Blue #0FCAEF
Tints of Deep Sky Blue #0FCAEF
RGB
CMYK
RGB Variations
Color information
#0FCAEF (or 0x0FCAEF) is known color: Deep Sky Blue. HEX triplet: 0F, CA and EF. RGB value is (15,202,239). Sum of RGB (Red+Green+Blue) = 15+202+239=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FCAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAEF is #F03510. Grayscale: #959595. Windows color (decimal): -15742225 or 15714831. OLE color: 15714831.
HSL color Cylindrical-coordinate representation of color #0FCAEF: hue angle of 189.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCAEF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 202 | 239 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.06 |
| HSL | 189.91º | 0.88% | 0.5% | - |
| HSV(B) | 189.91º | 0.94% | 0.94% | - |
| XYZ | 36.9 | 48.57 | 89.09 | - |
| YUV | 150.31 | 178.05 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 239 | 0.94 | 0.15 | 0 | 0.06 | 189.91 | 0.88 | 0.5 |
| Hex | F | CA | EF | 5E | F | 0 | 6 | BE | 58 | 32 |
| Octal | 17 | 312 | 357 | 136 | 17 | 0 | 6 | 276 | 130 | 62 |
| Binary | 1111 | 11001010 | 11101111 | 1011110 | 1111 | 0 | 110 | 10111110 | 1011000 | 110010 |
Color Harmonies of #0FCAEF
Complementary color
Monochromatic Colors of #0FCAEF
Black with #0FCAEF
Text Example
Text Example
White with #0FCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAEF; }
p { color: rgb(15,202,239); }
H1.HeaderClassName
{
color: #0FCAEF;
}
.AnyTagClassName
{
color: #0FCAEF;
}
</style>
background-color css
<style>
a { background-color: #0FCAEF; }
a { background-color: rgb(15,202,239); }
div.DivClassName
{
background-color: #0FCAEF;
}
.BgClassName
{
background-color: #0FCAEF;
}
</style>
border-color css
<style>
span { border-color: #0FCAEF; }
span { border-color: rgb(15,202,239); }
td.TdClassName
{
border-color: #0FCAEF;
}
.TagClassName
{
border-color: #0FCAEF;
}
</style>