Shades of Deep Sky Blue #0CCFEF
Tints of Deep Sky Blue #0CCFEF
RGB
CMYK
RGB Variations
Color information
#0CCFEF (or 0x0CCFEF) is known color: Deep Sky Blue. HEX triplet: 0C, CF and EF. RGB value is (12,207,239). Sum of RGB (Red+Green+Blue) = 12+207+239=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CCFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCFEF is #F33010. Grayscale: #989898. Windows color (decimal): -15937553 or 15716108. OLE color: 15716108.
HSL color Cylindrical-coordinate representation of color #0CCFEF: hue angle of 188.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCFEF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 207 | 239 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.06 |
| HSL | 188.46º | 0.9% | 0.49% | - |
| HSV(B) | 188.46º | 0.95% | 0.94% | - |
| XYZ | 38.04 | 50.94 | 89.49 | - |
| YUV | 152.34 | 176.9 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 239 | 0.95 | 0.13 | 0 | 0.06 | 188.46 | 0.9 | 0.49 |
| Hex | C | CF | EF | 5F | D | 0 | 6 | BC | 5A | 31 |
| Octal | 14 | 317 | 357 | 137 | 15 | 0 | 6 | 274 | 132 | 61 |
| Binary | 1100 | 11001111 | 11101111 | 1011111 | 1101 | 0 | 110 | 10111100 | 1011010 | 110001 |
Color Harmonies of #0CCFEF
Complementary color
Monochromatic Colors of #0CCFEF
Black with #0CCFEF
Text Example
Text Example
White with #0CCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFEF; }
p { color: rgb(12,207,239); }
H1.HeaderClassName
{
color: #0CCFEF;
}
.AnyTagClassName
{
color: #0CCFEF;
}
</style>
background-color css
<style>
a { background-color: #0CCFEF; }
a { background-color: rgb(12,207,239); }
div.DivClassName
{
background-color: #0CCFEF;
}
.BgClassName
{
background-color: #0CCFEF;
}
</style>
border-color css
<style>
span { border-color: #0CCFEF; }
span { border-color: rgb(12,207,239); }
td.TdClassName
{
border-color: #0CCFEF;
}
.TagClassName
{
border-color: #0CCFEF;
}
</style>