Shades of Deep Sky Blue #0CBAFE
Tints of Deep Sky Blue #0CBAFE
RGB
CMYK
RGB Variations
Color information
#0CBAFE (or 0x0CBAFE) is known color: Deep Sky Blue. HEX triplet: 0C, BA and FE. RGB value is (12,186,254). Sum of RGB (Red+Green+Blue) = 12+186+254=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CBAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAFE is #F34501. Grayscale: #8D8D8D. Windows color (decimal): -15942914 or 16693772. OLE color: 16693772.
HSL color Cylindrical-coordinate representation of color #0CBAFE: hue angle of 196.86º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAFE is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 186 | 254 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.00 |
| HSL | 196.86º | 0.99% | 0.52% | - |
| HSV(B) | 196.86º | 0.95% | 1% | - |
| XYZ | 35.6 | 42.35 | 100.06 | - |
| YUV | 141.73 | 191.35 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 254 | 0.95 | 0.27 | 0 | 0.00 | 196.86 | 0.99 | 0.52 |
| Hex | C | BA | FE | 5F | 1B | 0 | 0 | C5 | 63 | 34 |
| Octal | 14 | 272 | 376 | 137 | 33 | 0 | 0 | 305 | 143 | 64 |
| Binary | 1100 | 10111010 | 11111110 | 1011111 | 11011 | 0 | 0 | 11000101 | 1100011 | 110100 |
Color Harmonies of #0CBAFE
Complementary color
Monochromatic Colors of #0CBAFE
Black with #0CBAFE
Text Example
Text Example
White with #0CBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAFE; }
p { color: rgb(12,186,254); }
H1.HeaderClassName
{
color: #0CBAFE;
}
.AnyTagClassName
{
color: #0CBAFE;
}
</style>
background-color css
<style>
a { background-color: #0CBAFE; }
a { background-color: rgb(12,186,254); }
div.DivClassName
{
background-color: #0CBAFE;
}
.BgClassName
{
background-color: #0CBAFE;
}
</style>
border-color css
<style>
span { border-color: #0CBAFE; }
span { border-color: rgb(12,186,254); }
td.TdClassName
{
border-color: #0CBAFE;
}
.TagClassName
{
border-color: #0CBAFE;
}
</style>