Shades of Deep Sky Blue #0CCCFB
Tints of Deep Sky Blue #0CCCFB
RGB
CMYK
RGB Variations
Color information
#0CCCFB (or 0x0CCCFB) is known color: Deep Sky Blue. HEX triplet: 0C, CC and FB. RGB value is (12,204,251). Sum of RGB (Red+Green+Blue) = 12+204+251=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CCCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCFB is #F33304. Grayscale: #979797. Windows color (decimal): -15938309 or 16501772. OLE color: 16501772.
HSL color Cylindrical-coordinate representation of color #0CCCFB: hue angle of 191.8º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCFB is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 204 | 251 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.02 |
| HSL | 191.8º | 0.97% | 0.52% | - |
| HSV(B) | 191.8º | 0.95% | 0.98% | - |
| XYZ | 39.16 | 50.23 | 98.9 | - |
| YUV | 151.95 | 183.89 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 251 | 0.95 | 0.19 | 0 | 0.02 | 191.8 | 0.97 | 0.52 |
| Hex | C | CC | FB | 5F | 13 | 0 | 2 | C0 | 61 | 34 |
| Octal | 14 | 314 | 373 | 137 | 23 | 0 | 2 | 300 | 141 | 64 |
| Binary | 1100 | 11001100 | 11111011 | 1011111 | 10011 | 0 | 10 | 11000000 | 1100001 | 110100 |
Color Harmonies of #0CCCFB
Complementary color
Monochromatic Colors of #0CCCFB
Black with #0CCCFB
Text Example
Text Example
White with #0CCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCFB; }
p { color: rgb(12,204,251); }
H1.HeaderClassName
{
color: #0CCCFB;
}
.AnyTagClassName
{
color: #0CCCFB;
}
</style>
background-color css
<style>
a { background-color: #0CCCFB; }
a { background-color: rgb(12,204,251); }
div.DivClassName
{
background-color: #0CCCFB;
}
.BgClassName
{
background-color: #0CCCFB;
}
</style>
border-color css
<style>
span { border-color: #0CCCFB; }
span { border-color: rgb(12,204,251); }
td.TdClassName
{
border-color: #0CCCFB;
}
.TagClassName
{
border-color: #0CCCFB;
}
</style>