Shades of Deep Sky Blue #0CBEFF
Tints of Deep Sky Blue #0CBEFF
RGB
CMYK
RGB Variations
Color information
#0CBEFF (or 0x0CBEFF) is known color: Deep Sky Blue. HEX triplet: 0C, BE and FF. RGB value is (12,190,255). Sum of RGB (Red+Green+Blue) = 12+190+255=457 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CBEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBEFF is #F34100. Grayscale: #8F8F8F. Windows color (decimal): -15941889 or 16760332. OLE color: 16760332.
HSL color Cylindrical-coordinate representation of color #0CBEFF: hue angle of 196.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBEFF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 190 | 255 | - |
| CMYK | 0.95 | 0.25 | 0 | 0 |
| HSL | 196.05º | 1% | 0.52% | - |
| HSV(B) | 196.05º | 0.95% | 1% | - |
| XYZ | 36.62 | 44.13 | 101.19 | - |
| YUV | 144.19 | 190.53 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 255 | 0.95 | 0.25 | 0 | 0 | 196.05 | 1 | 0.52 |
| Hex | C | BE | FF | 5F | 19 | 0 | 0 | C4 | 64 | 34 |
| Octal | 14 | 276 | 377 | 137 | 31 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1100 | 10111110 | 11111111 | 1011111 | 11001 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #0CBEFF
Complementary color
Monochromatic Colors of #0CBEFF
Black with #0CBEFF
Text Example
Text Example
White with #0CBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEFF; }
p { color: rgb(12,190,255); }
H1.HeaderClassName
{
color: #0CBEFF;
}
.AnyTagClassName
{
color: #0CBEFF;
}
</style>
background-color css
<style>
a { background-color: #0CBEFF; }
a { background-color: rgb(12,190,255); }
div.DivClassName
{
background-color: #0CBEFF;
}
.BgClassName
{
background-color: #0CBEFF;
}
</style>
border-color css
<style>
span { border-color: #0CBEFF; }
span { border-color: rgb(12,190,255); }
td.TdClassName
{
border-color: #0CBEFF;
}
.TagClassName
{
border-color: #0CBEFF;
}
</style>