Shades of Deep Sky Blue #0CB8E5
Tints of Deep Sky Blue #0CB8E5
RGB
CMYK
RGB Variations
Color information
#0CB8E5 (or 0x0CB8E5) is known color: Deep Sky Blue. HEX triplet: 0C, B8 and E5. RGB value is (12,184,229). Sum of RGB (Red+Green+Blue) = 12+184+229=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CB8E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8E5 is #F3471A. Grayscale: #898989. Windows color (decimal): -15943451 or 15054860. OLE color: 15054860.
HSL color Cylindrical-coordinate representation of color #0CB8E5: hue angle of 192.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB8E5 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 184 | 229 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.10 |
| HSL | 192.44º | 0.9% | 0.47% | - |
| HSV(B) | 192.44º | 0.95% | 0.9% | - |
| XYZ | 31.43 | 40.02 | 80.2 | - |
| YUV | 137.7 | 179.52 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 229 | 0.95 | 0.20 | 0 | 0.10 | 192.44 | 0.9 | 0.47 |
| Hex | C | B8 | E5 | 5F | 14 | 0 | A | C0 | 5A | 2F |
| Octal | 14 | 270 | 345 | 137 | 24 | 0 | 12 | 300 | 132 | 57 |
| Binary | 1100 | 10111000 | 11100101 | 1011111 | 10100 | 0 | 1010 | 11000000 | 1011010 | 101111 |
Color Harmonies of #0CB8E5
Complementary color
Monochromatic Colors of #0CB8E5
Black with #0CB8E5
Text Example
Text Example
White with #0CB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8E5; }
p { color: rgb(12,184,229); }
H1.HeaderClassName
{
color: #0CB8E5;
}
.AnyTagClassName
{
color: #0CB8E5;
}
</style>
background-color css
<style>
a { background-color: #0CB8E5; }
a { background-color: rgb(12,184,229); }
div.DivClassName
{
background-color: #0CB8E5;
}
.BgClassName
{
background-color: #0CB8E5;
}
</style>
border-color css
<style>
span { border-color: #0CB8E5; }
span { border-color: rgb(12,184,229); }
td.TdClassName
{
border-color: #0CB8E5;
}
.TagClassName
{
border-color: #0CB8E5;
}
</style>