Shades of Deep Sky Blue #0CB0FA
Tints of Deep Sky Blue #0CB0FA
RGB
CMYK
RGB Variations
Color information
#0CB0FA (or 0x0CB0FA) is known color: Deep Sky Blue. HEX triplet: 0C, B0 and FA. RGB value is (12,176,250). Sum of RGB (Red+Green+Blue) = 12+176+250=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CB0FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CB0FA is #F34F05. Grayscale: #868686. Windows color (decimal): -15945478 or 16429068. OLE color: 16429068.
HSL color Cylindrical-coordinate representation of color #0CB0FA: hue angle of 198.66º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB0FA is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 176 | 250 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.02 |
| HSL | 198.66º | 0.96% | 0.51% | - |
| HSV(B) | 198.66º | 0.95% | 0.98% | - |
| XYZ | 32.93 | 38.03 | 96.05 | - |
| YUV | 135.4 | 192.67 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 250 | 0.95 | 0.30 | 0 | 0.02 | 198.66 | 0.96 | 0.51 |
| Hex | C | B0 | FA | 5F | 1E | 0 | 2 | C7 | 60 | 33 |
| Octal | 14 | 260 | 372 | 137 | 36 | 0 | 2 | 307 | 140 | 63 |
| Binary | 1100 | 10110000 | 11111010 | 1011111 | 11110 | 0 | 10 | 11000111 | 1100000 | 110011 |
Color Harmonies of #0CB0FA
Complementary color
Monochromatic Colors of #0CB0FA
Black with #0CB0FA
Text Example
Text Example
White with #0CB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB0FA; }
p { color: rgb(12,176,250); }
H1.HeaderClassName
{
color: #0CB0FA;
}
.AnyTagClassName
{
color: #0CB0FA;
}
</style>
background-color css
<style>
a { background-color: #0CB0FA; }
a { background-color: rgb(12,176,250); }
div.DivClassName
{
background-color: #0CB0FA;
}
.BgClassName
{
background-color: #0CB0FA;
}
</style>
border-color css
<style>
span { border-color: #0CB0FA; }
span { border-color: rgb(12,176,250); }
td.TdClassName
{
border-color: #0CB0FA;
}
.TagClassName
{
border-color: #0CB0FA;
}
</style>