Shades of Deep Sky Blue #0CBCEE
Tints of Deep Sky Blue #0CBCEE
RGB
CMYK
RGB Variations
Color information
#0CBCEE (or 0x0CBCEE) is known color: Deep Sky Blue. HEX triplet: 0C, BC and EE. RGB value is (12,188,238). Sum of RGB (Red+Green+Blue) = 12+188+238=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CBCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBCEE is #F34311. Grayscale: #8C8C8C. Windows color (decimal): -15942418 or 15645708. OLE color: 15645708.
HSL color Cylindrical-coordinate representation of color #0CBCEE: hue angle of 193.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBCEE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 188 | 238 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.27º | 0.9% | 0.49% | - |
| HSV(B) | 193.27º | 0.95% | 0.93% | - |
| XYZ | 33.57 | 42.22 | 87.27 | - |
| YUV | 141.08 | 182.69 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 238 | 0.95 | 0.21 | 0 | 0.07 | 193.27 | 0.9 | 0.49 |
| Hex | C | BC | EE | 5F | 15 | 0 | 7 | C1 | 5A | 31 |
| Octal | 14 | 274 | 356 | 137 | 25 | 0 | 7 | 301 | 132 | 61 |
| Binary | 1100 | 10111100 | 11101110 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0CBCEE
Complementary color
Monochromatic Colors of #0CBCEE
Black with #0CBCEE
Text Example
Text Example
White with #0CBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCEE; }
p { color: rgb(12,188,238); }
H1.HeaderClassName
{
color: #0CBCEE;
}
.AnyTagClassName
{
color: #0CBCEE;
}
</style>
background-color css
<style>
a { background-color: #0CBCEE; }
a { background-color: rgb(12,188,238); }
div.DivClassName
{
background-color: #0CBCEE;
}
.BgClassName
{
background-color: #0CBCEE;
}
</style>
border-color css
<style>
span { border-color: #0CBCEE; }
span { border-color: rgb(12,188,238); }
td.TdClassName
{
border-color: #0CBCEE;
}
.TagClassName
{
border-color: #0CBCEE;
}
</style>