Shades of Deep Sky Blue #0CC9FE
Tints of Deep Sky Blue #0CC9FE
RGB
CMYK
RGB Variations
Color information
#0CC9FE (or 0x0CC9FE) is known color: Deep Sky Blue. HEX triplet: 0C, C9 and FE. RGB value is (12,201,254). Sum of RGB (Red+Green+Blue) = 12+201+254=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CC9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC9FE is #F33601. Grayscale: #969696. Windows color (decimal): -15939074 or 16697612. OLE color: 16697612.
HSL color Cylindrical-coordinate representation of color #0CC9FE: hue angle of 193.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC9FE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 201 | 254 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.00 |
| HSL | 193.14º | 0.99% | 0.52% | - |
| HSV(B) | 193.14º | 0.95% | 1% | - |
| XYZ | 38.93 | 49.01 | 101.17 | - |
| YUV | 150.53 | 186.38 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 254 | 0.95 | 0.21 | 0 | 0.00 | 193.14 | 0.99 | 0.52 |
| Hex | C | C9 | FE | 5F | 15 | 0 | 0 | C1 | 63 | 34 |
| Octal | 14 | 311 | 376 | 137 | 25 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1100 | 11001001 | 11111110 | 1011111 | 10101 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0CC9FE
Complementary color
Monochromatic Colors of #0CC9FE
Black with #0CC9FE
Text Example
Text Example
White with #0CC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC9FE; }
p { color: rgb(12,201,254); }
H1.HeaderClassName
{
color: #0CC9FE;
}
.AnyTagClassName
{
color: #0CC9FE;
}
</style>
background-color css
<style>
a { background-color: #0CC9FE; }
a { background-color: rgb(12,201,254); }
div.DivClassName
{
background-color: #0CC9FE;
}
.BgClassName
{
background-color: #0CC9FE;
}
</style>
border-color css
<style>
span { border-color: #0CC9FE; }
span { border-color: rgb(12,201,254); }
td.TdClassName
{
border-color: #0CC9FE;
}
.TagClassName
{
border-color: #0CC9FE;
}
</style>