Shades of Deep Sky Blue #0CBAFD
Tints of Deep Sky Blue #0CBAFD
RGB
CMYK
RGB Variations
Color information
#0CBAFD (or 0x0CBAFD) is known color: Deep Sky Blue. HEX triplet: 0C, BA and FD. RGB value is (12,186,253). Sum of RGB (Red+Green+Blue) = 12+186+253=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CBAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAFD is #F34502. Grayscale: #8D8D8D. Windows color (decimal): -15942915 or 16628236. OLE color: 16628236.
HSL color Cylindrical-coordinate representation of color #0CBAFD: hue angle of 196.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAFD is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 186 | 253 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.01 |
| HSL | 196.68º | 0.98% | 0.52% | - |
| HSV(B) | 196.68º | 0.95% | 0.99% | - |
| XYZ | 35.44 | 42.29 | 99.22 | - |
| YUV | 141.61 | 190.85 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 253 | 0.95 | 0.26 | 0 | 0.01 | 196.68 | 0.98 | 0.52 |
| Hex | C | BA | FD | 5F | 1A | 0 | 1 | C5 | 62 | 34 |
| Octal | 14 | 272 | 375 | 137 | 32 | 0 | 1 | 305 | 142 | 64 |
| Binary | 1100 | 10111010 | 11111101 | 1011111 | 11010 | 0 | 1 | 11000101 | 1100010 | 110100 |
Color Harmonies of #0CBAFD
Complementary color
Monochromatic Colors of #0CBAFD
Black with #0CBAFD
Text Example
Text Example
White with #0CBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAFD; }
p { color: rgb(12,186,253); }
H1.HeaderClassName
{
color: #0CBAFD;
}
.AnyTagClassName
{
color: #0CBAFD;
}
</style>
background-color css
<style>
a { background-color: #0CBAFD; }
a { background-color: rgb(12,186,253); }
div.DivClassName
{
background-color: #0CBAFD;
}
.BgClassName
{
background-color: #0CBAFD;
}
</style>
border-color css
<style>
span { border-color: #0CBAFD; }
span { border-color: rgb(12,186,253); }
td.TdClassName
{
border-color: #0CBAFD;
}
.TagClassName
{
border-color: #0CBAFD;
}
</style>