Shades of Deep Sky Blue #0FADEE
Tints of Deep Sky Blue #0FADEE
RGB
CMYK
RGB Variations
Color information
#0FADEE (or 0x0FADEE) is known color: Deep Sky Blue. HEX triplet: 0F, AD and EE. RGB value is (15,173,238). Sum of RGB (Red+Green+Blue) = 15+173+238=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FADEE is #F05211. Grayscale: #848484. Windows color (decimal): -15749650 or 15641871. OLE color: 15641871.
HSL color Cylindrical-coordinate representation of color #0FADEE: hue angle of 197.49º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FADEE is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 173 | 238 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.07 |
| HSL | 197.49º | 0.88% | 0.5% | - |
| HSV(B) | 197.49º | 0.94% | 0.93% | - |
| XYZ | 30.57 | 36.16 | 86.26 | - |
| YUV | 133.17 | 187.15 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 238 | 0.94 | 0.27 | 0 | 0.07 | 197.49 | 0.88 | 0.5 |
| Hex | F | AD | EE | 5E | 1B | 0 | 7 | C5 | 58 | 32 |
| Octal | 17 | 255 | 356 | 136 | 33 | 0 | 7 | 305 | 130 | 62 |
| Binary | 1111 | 10101101 | 11101110 | 1011110 | 11011 | 0 | 111 | 11000101 | 1011000 | 110010 |
Color Harmonies of #0FADEE
Complementary color
Monochromatic Colors of #0FADEE
Black with #0FADEE
Text Example
Text Example
White with #0FADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADEE; }
p { color: rgb(15,173,238); }
H1.HeaderClassName
{
color: #0FADEE;
}
.AnyTagClassName
{
color: #0FADEE;
}
</style>
background-color css
<style>
a { background-color: #0FADEE; }
a { background-color: rgb(15,173,238); }
div.DivClassName
{
background-color: #0FADEE;
}
.BgClassName
{
background-color: #0FADEE;
}
</style>
border-color css
<style>
span { border-color: #0FADEE; }
span { border-color: rgb(15,173,238); }
td.TdClassName
{
border-color: #0FADEE;
}
.TagClassName
{
border-color: #0FADEE;
}
</style>