Shades of Deep Sky Blue #0CBAED
Tints of Deep Sky Blue #0CBAED
RGB
CMYK
RGB Variations
Color information
#0CBAED (or 0x0CBAED) is known color: Deep Sky Blue. HEX triplet: 0C, BA and ED. RGB value is (12,186,237). Sum of RGB (Red+Green+Blue) = 12+186+237=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CBAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAED is #F34512. Grayscale: #8B8B8B. Windows color (decimal): -15942931 or 15579660. OLE color: 15579660.
HSL color Cylindrical-coordinate representation of color #0CBAED: hue angle of 193.6º 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 #0CBAED is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 186 | 237 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.07 |
| HSL | 193.6º | 0.9% | 0.49% | - |
| HSV(B) | 193.6º | 0.95% | 0.93% | - |
| XYZ | 33 | 41.31 | 86.36 | - |
| YUV | 139.79 | 182.85 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 237 | 0.95 | 0.22 | 0 | 0.07 | 193.6 | 0.9 | 0.49 |
| Hex | C | BA | ED | 5F | 16 | 0 | 7 | C2 | 5A | 31 |
| Octal | 14 | 272 | 355 | 137 | 26 | 0 | 7 | 302 | 132 | 61 |
| Binary | 1100 | 10111010 | 11101101 | 1011111 | 10110 | 0 | 111 | 11000010 | 1011010 | 110001 |
Color Harmonies of #0CBAED
Complementary color
Monochromatic Colors of #0CBAED
Black with #0CBAED
Text Example
Text Example
White with #0CBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAED; }
p { color: rgb(12,186,237); }
H1.HeaderClassName
{
color: #0CBAED;
}
.AnyTagClassName
{
color: #0CBAED;
}
</style>
background-color css
<style>
a { background-color: #0CBAED; }
a { background-color: rgb(12,186,237); }
div.DivClassName
{
background-color: #0CBAED;
}
.BgClassName
{
background-color: #0CBAED;
}
</style>
border-color css
<style>
span { border-color: #0CBAED; }
span { border-color: rgb(12,186,237); }
td.TdClassName
{
border-color: #0CBAED;
}
.TagClassName
{
border-color: #0CBAED;
}
</style>