Shades of Deep Sky Blue #0CBAF1
Tints of Deep Sky Blue #0CBAF1
RGB
CMYK
RGB Variations
Color information
#0CBAF1 (or 0x0CBAF1) is known color: Deep Sky Blue. HEX triplet: 0C, BA and F1. RGB value is (12,186,241). Sum of RGB (Red+Green+Blue) = 12+186+241=439 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CBAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAF1 is #F3450E. Grayscale: #8B8B8B. Windows color (decimal): -15942927 or 15841804. OLE color: 15841804.
HSL color Cylindrical-coordinate representation of color #0CBAF1: hue angle of 194.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAF1 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 186 | 241 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.05 |
| HSL | 194.41º | 0.91% | 0.5% | - |
| HSV(B) | 194.41º | 0.95% | 0.95% | - |
| XYZ | 33.59 | 41.55 | 89.47 | - |
| YUV | 140.24 | 184.85 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 241 | 0.95 | 0.23 | 0 | 0.05 | 194.41 | 0.91 | 0.5 |
| Hex | C | BA | F1 | 5F | 17 | 0 | 5 | C2 | 5B | 32 |
| Octal | 14 | 272 | 361 | 137 | 27 | 0 | 5 | 302 | 133 | 62 |
| Binary | 1100 | 10111010 | 11110001 | 1011111 | 10111 | 0 | 101 | 11000010 | 1011011 | 110010 |
Color Harmonies of #0CBAF1
Complementary color
Monochromatic Colors of #0CBAF1
Black with #0CBAF1
Text Example
Text Example
White with #0CBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAF1; }
p { color: rgb(12,186,241); }
H1.HeaderClassName
{
color: #0CBAF1;
}
.AnyTagClassName
{
color: #0CBAF1;
}
</style>
background-color css
<style>
a { background-color: #0CBAF1; }
a { background-color: rgb(12,186,241); }
div.DivClassName
{
background-color: #0CBAF1;
}
.BgClassName
{
background-color: #0CBAF1;
}
</style>
border-color css
<style>
span { border-color: #0CBAF1; }
span { border-color: rgb(12,186,241); }
td.TdClassName
{
border-color: #0CBAF1;
}
.TagClassName
{
border-color: #0CBAF1;
}
</style>