Shades of Deep Sky Blue #0CCCFF
Tints of Deep Sky Blue #0CCCFF
RGB
CMYK
RGB Variations
Color information
#0CCCFF (or 0x0CCCFF) is known color: Deep Sky Blue. HEX triplet: 0C, CC and FF. RGB value is (12,204,255). Sum of RGB (Red+Green+Blue) = 12+204+255=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 204 (80.08% from 255 or 43.31% 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 #0CCCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCFF is #F33300. Grayscale: #989898. Windows color (decimal): -15938305 or 16763916. OLE color: 16763916.
HSL color Cylindrical-coordinate representation of color #0CCCFF: hue angle of 192.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCFF is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 204 | 255 | - |
| CMYK | 0.95 | 0.2 | 0 | 0 |
| HSL | 192.59º | 1% | 0.52% | - |
| HSV(B) | 192.59º | 0.95% | 1% | - |
| XYZ | 39.79 | 50.48 | 102.25 | - |
| YUV | 152.41 | 185.89 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 255 | 0.95 | 0.2 | 0 | 0 | 192.59 | 1 | 0.52 |
| Hex | C | CC | FF | 5F | 14 | 0 | 0 | C1 | 64 | 34 |
| Octal | 14 | 314 | 377 | 137 | 24 | 0 | 0 | 301 | 144 | 64 |
| Binary | 1100 | 11001100 | 11111111 | 1011111 | 10100 | 0 | 0 | 11000001 | 1100100 | 110100 |
Color Harmonies of #0CCCFF
Complementary color
Monochromatic Colors of #0CCCFF
Black with #0CCCFF
Text Example
Text Example
White with #0CCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCFF; }
p { color: rgb(12,204,255); }
H1.HeaderClassName
{
color: #0CCCFF;
}
.AnyTagClassName
{
color: #0CCCFF;
}
</style>
background-color css
<style>
a { background-color: #0CCCFF; }
a { background-color: rgb(12,204,255); }
div.DivClassName
{
background-color: #0CCCFF;
}
.BgClassName
{
background-color: #0CCCFF;
}
</style>
border-color css
<style>
span { border-color: #0CCCFF; }
span { border-color: rgb(12,204,255); }
td.TdClassName
{
border-color: #0CCCFF;
}
.TagClassName
{
border-color: #0CCCFF;
}
</style>