Shades of Deep Sky Blue #0CBFE6
Tints of Deep Sky Blue #0CBFE6
RGB
CMYK
RGB Variations
Color information
#0CBFE6 (or 0x0CBFE6) is known color: Deep Sky Blue. HEX triplet: 0C, BF and E6. RGB value is (12,191,230). Sum of RGB (Red+Green+Blue) = 12+191+230=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #0CBFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBFE6 is #F34019. Grayscale: #8D8D8D. Windows color (decimal): -15941658 or 15122188. OLE color: 15122188.
HSL color Cylindrical-coordinate representation of color #0CBFE6: hue angle of 190.73º 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 #0CBFE6 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 191 | 230 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.10 |
| HSL | 190.73º | 0.9% | 0.47% | - |
| HSV(B) | 190.73º | 0.95% | 0.9% | - |
| XYZ | 33.07 | 43.05 | 81.43 | - |
| YUV | 141.93 | 177.7 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 230 | 0.95 | 0.17 | 0 | 0.10 | 190.73 | 0.9 | 0.47 |
| Hex | C | BF | E6 | 5F | 11 | 0 | A | BF | 5A | 2F |
| Octal | 14 | 277 | 346 | 137 | 21 | 0 | 12 | 277 | 132 | 57 |
| Binary | 1100 | 10111111 | 11100110 | 1011111 | 10001 | 0 | 1010 | 10111111 | 1011010 | 101111 |
Color Harmonies of #0CBFE6
Complementary color
Monochromatic Colors of #0CBFE6
Black with #0CBFE6
Text Example
Text Example
White with #0CBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFE6; }
p { color: rgb(12,191,230); }
H1.HeaderClassName
{
color: #0CBFE6;
}
.AnyTagClassName
{
color: #0CBFE6;
}
</style>
background-color css
<style>
a { background-color: #0CBFE6; }
a { background-color: rgb(12,191,230); }
div.DivClassName
{
background-color: #0CBFE6;
}
.BgClassName
{
background-color: #0CBFE6;
}
</style>
border-color css
<style>
span { border-color: #0CBFE6; }
span { border-color: rgb(12,191,230); }
td.TdClassName
{
border-color: #0CBFE6;
}
.TagClassName
{
border-color: #0CBFE6;
}
</style>