Shades of Deep Sky Blue #0FC9FF
Tints of Deep Sky Blue #0FC9FF
RGB
CMYK
RGB Variations
Color information
#0FC9FF (or 0x0FC9FF) is known color: Deep Sky Blue. HEX triplet: 0F, C9 and FF. RGB value is (15,201,255). Sum of RGB (Red+Green+Blue) = 15+201+255=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FC9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC9FF is #F03600. Grayscale: #979797. Windows color (decimal): -15742465 or 16763151. OLE color: 16763151.
HSL color Cylindrical-coordinate representation of color #0FC9FF: hue angle of 193.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC9FF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 201 | 255 | - |
| CMYK | 0.94 | 0.21 | 0 | 0 |
| HSL | 193.5º | 1% | 0.53% | - |
| HSV(B) | 193.5º | 0.94% | 1% | - |
| XYZ | 39.13 | 49.09 | 102.02 | - |
| YUV | 151.54 | 186.38 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 255 | 0.94 | 0.21 | 0 | 0 | 193.5 | 1 | 0.53 |
| Hex | F | C9 | FF | 5E | 15 | 0 | 0 | C2 | 64 | 35 |
| Octal | 17 | 311 | 377 | 136 | 25 | 0 | 0 | 302 | 144 | 65 |
| Binary | 1111 | 11001001 | 11111111 | 1011110 | 10101 | 0 | 0 | 11000010 | 1100100 | 110101 |
Color Harmonies of #0FC9FF
Complementary color
Monochromatic Colors of #0FC9FF
Black with #0FC9FF
Text Example
Text Example
White with #0FC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC9FF; }
p { color: rgb(15,201,255); }
H1.HeaderClassName
{
color: #0FC9FF;
}
.AnyTagClassName
{
color: #0FC9FF;
}
</style>
background-color css
<style>
a { background-color: #0FC9FF; }
a { background-color: rgb(15,201,255); }
div.DivClassName
{
background-color: #0FC9FF;
}
.BgClassName
{
background-color: #0FC9FF;
}
</style>
border-color css
<style>
span { border-color: #0FC9FF; }
span { border-color: rgb(15,201,255); }
td.TdClassName
{
border-color: #0FC9FF;
}
.TagClassName
{
border-color: #0FC9FF;
}
</style>