Shades of Deep Sky Blue #0CCCEA
Tints of Deep Sky Blue #0CCCEA
RGB
CMYK
RGB Variations
Color information
#0CCCEA (or 0x0CCCEA) is known color: Deep Sky Blue. HEX triplet: 0C, CC and EA. RGB value is (12,204,234). Sum of RGB (Red+Green+Blue) = 12+204+234=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CCCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCEA is #F33315. Grayscale: #959595. Windows color (decimal): -15938326 or 15387660. OLE color: 15387660.
HSL color Cylindrical-coordinate representation of color #0CCCEA: hue angle of 188.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCEA is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 204 | 234 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.08 |
| HSL | 188.11º | 0.9% | 0.48% | - |
| HSV(B) | 188.11º | 0.95% | 0.92% | - |
| XYZ | 36.6 | 49.2 | 85.41 | - |
| YUV | 150.01 | 175.39 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 234 | 0.95 | 0.13 | 0 | 0.08 | 188.11 | 0.9 | 0.48 |
| Hex | C | CC | EA | 5F | D | 0 | 8 | BC | 5A | 30 |
| Octal | 14 | 314 | 352 | 137 | 15 | 0 | 10 | 274 | 132 | 60 |
| Binary | 1100 | 11001100 | 11101010 | 1011111 | 1101 | 0 | 1000 | 10111100 | 1011010 | 110000 |
Color Harmonies of #0CCCEA
Complementary color
Monochromatic Colors of #0CCCEA
Black with #0CCCEA
Text Example
Text Example
White with #0CCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCEA; }
p { color: rgb(12,204,234); }
H1.HeaderClassName
{
color: #0CCCEA;
}
.AnyTagClassName
{
color: #0CCCEA;
}
</style>
background-color css
<style>
a { background-color: #0CCCEA; }
a { background-color: rgb(12,204,234); }
div.DivClassName
{
background-color: #0CCCEA;
}
.BgClassName
{
background-color: #0CCCEA;
}
</style>
border-color css
<style>
span { border-color: #0CCCEA; }
span { border-color: rgb(12,204,234); }
td.TdClassName
{
border-color: #0CCCEA;
}
.TagClassName
{
border-color: #0CCCEA;
}
</style>