Shades of Deep Sky Blue #0CBDED
Tints of Deep Sky Blue #0CBDED
RGB
CMYK
RGB Variations
Color information
#0CBDED (or 0x0CBDED) is known color: Deep Sky Blue. HEX triplet: 0C, BD and ED. RGB value is (12,189,237). Sum of RGB (Red+Green+Blue) = 12+189+237=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CBDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBDED is #F34212. Grayscale: #8D8D8D. Windows color (decimal): -15942163 or 15580428. OLE color: 15580428.
HSL color Cylindrical-coordinate representation of color #0CBDED: hue angle of 192.8º 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 #0CBDED is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 189 | 237 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.07 |
| HSL | 192.8º | 0.9% | 0.49% | - |
| HSV(B) | 192.8º | 0.95% | 0.93% | - |
| XYZ | 33.64 | 42.59 | 86.57 | - |
| YUV | 141.55 | 181.86 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 237 | 0.95 | 0.20 | 0 | 0.07 | 192.8 | 0.9 | 0.49 |
| Hex | C | BD | ED | 5F | 14 | 0 | 7 | C1 | 5A | 31 |
| Octal | 14 | 275 | 355 | 137 | 24 | 0 | 7 | 301 | 132 | 61 |
| Binary | 1100 | 10111101 | 11101101 | 1011111 | 10100 | 0 | 111 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0CBDED
Complementary color
Monochromatic Colors of #0CBDED
Black with #0CBDED
Text Example
Text Example
White with #0CBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDED; }
p { color: rgb(12,189,237); }
H1.HeaderClassName
{
color: #0CBDED;
}
.AnyTagClassName
{
color: #0CBDED;
}
</style>
background-color css
<style>
a { background-color: #0CBDED; }
a { background-color: rgb(12,189,237); }
div.DivClassName
{
background-color: #0CBDED;
}
.BgClassName
{
background-color: #0CBDED;
}
</style>
border-color css
<style>
span { border-color: #0CBDED; }
span { border-color: rgb(12,189,237); }
td.TdClassName
{
border-color: #0CBDED;
}
.TagClassName
{
border-color: #0CBDED;
}
</style>