Shades of Deep Sky Blue #0CCBEF
Tints of Deep Sky Blue #0CCBEF
RGB
CMYK
RGB Variations
Color information
#0CCBEF (or 0x0CCBEF) is known color: Deep Sky Blue. HEX triplet: 0C, CB and EF. RGB value is (12,203,239). Sum of RGB (Red+Green+Blue) = 12+203+239=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CCBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCBEF is #F33410. Grayscale: #959595. Windows color (decimal): -15938577 or 15715084. OLE color: 15715084.
HSL color Cylindrical-coordinate representation of color #0CCBEF: hue angle of 189.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCBEF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 203 | 239 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.06 |
| HSL | 189.52º | 0.9% | 0.49% | - |
| HSV(B) | 189.52º | 0.95% | 0.94% | - |
| XYZ | 37.09 | 49.02 | 89.17 | - |
| YUV | 150 | 178.22 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 239 | 0.95 | 0.15 | 0 | 0.06 | 189.52 | 0.9 | 0.49 |
| Hex | C | CB | EF | 5F | F | 0 | 6 | BE | 5A | 31 |
| Octal | 14 | 313 | 357 | 137 | 17 | 0 | 6 | 276 | 132 | 61 |
| Binary | 1100 | 11001011 | 11101111 | 1011111 | 1111 | 0 | 110 | 10111110 | 1011010 | 110001 |
Color Harmonies of #0CCBEF
Complementary color
Monochromatic Colors of #0CCBEF
Black with #0CCBEF
Text Example
Text Example
White with #0CCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBEF; }
p { color: rgb(12,203,239); }
H1.HeaderClassName
{
color: #0CCBEF;
}
.AnyTagClassName
{
color: #0CCBEF;
}
</style>
background-color css
<style>
a { background-color: #0CCBEF; }
a { background-color: rgb(12,203,239); }
div.DivClassName
{
background-color: #0CCBEF;
}
.BgClassName
{
background-color: #0CCBEF;
}
</style>
border-color css
<style>
span { border-color: #0CCBEF; }
span { border-color: rgb(12,203,239); }
td.TdClassName
{
border-color: #0CCBEF;
}
.TagClassName
{
border-color: #0CCBEF;
}
</style>