Shades of Deep Sky Blue #0CC3F6
Tints of Deep Sky Blue #0CC3F6
RGB
CMYK
RGB Variations
Color information
#0CC3F6 (or 0x0CC3F6) is known color: Deep Sky Blue. HEX triplet: 0C, C3 and F6. RGB value is (12,195,246). Sum of RGB (Red+Green+Blue) = 12+195+246=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #0CC3F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC3F6 is #F33C09. Grayscale: #919191. Windows color (decimal): -15940618 or 16171788. OLE color: 16171788.
HSL color Cylindrical-coordinate representation of color #0CC3F6: hue angle of 193.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC3F6 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 195 | 246 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.04 |
| HSL | 193.08º | 0.93% | 0.51% | - |
| HSV(B) | 193.08º | 0.95% | 0.96% | - |
| XYZ | 36.3 | 45.76 | 94.11 | - |
| YUV | 146.1 | 184.37 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 246 | 0.95 | 0.21 | 0 | 0.04 | 193.08 | 0.93 | 0.51 |
| Hex | C | C3 | F6 | 5F | 15 | 0 | 4 | C1 | 5D | 33 |
| Octal | 14 | 303 | 366 | 137 | 25 | 0 | 4 | 301 | 135 | 63 |
| Binary | 1100 | 11000011 | 11110110 | 1011111 | 10101 | 0 | 100 | 11000001 | 1011101 | 110011 |
Color Harmonies of #0CC3F6
Complementary color
Monochromatic Colors of #0CC3F6
Black with #0CC3F6
Text Example
Text Example
White with #0CC3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC3F6; }
p { color: rgb(12,195,246); }
H1.HeaderClassName
{
color: #0CC3F6;
}
.AnyTagClassName
{
color: #0CC3F6;
}
</style>
background-color css
<style>
a { background-color: #0CC3F6; }
a { background-color: rgb(12,195,246); }
div.DivClassName
{
background-color: #0CC3F6;
}
.BgClassName
{
background-color: #0CC3F6;
}
</style>
border-color css
<style>
span { border-color: #0CC3F6; }
span { border-color: rgb(12,195,246); }
td.TdClassName
{
border-color: #0CC3F6;
}
.TagClassName
{
border-color: #0CC3F6;
}
</style>