Shades of Deep Sky Blue #0CCBED
Tints of Deep Sky Blue #0CCBED
RGB
CMYK
RGB Variations
Color information
#0CCBED (or 0x0CCBED) is known color: Deep Sky Blue. HEX triplet: 0C, CB and ED. RGB value is (12,203,237). Sum of RGB (Red+Green+Blue) = 12+203+237=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CCBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCBED is #F33412. Grayscale: #959595. Windows color (decimal): -15938579 or 15584012. OLE color: 15584012.
HSL color Cylindrical-coordinate representation of color #0CCBED: hue angle of 189.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCBED is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 203 | 237 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 189.07º | 0.9% | 0.49% | - |
| HSV(B) | 189.07º | 0.95% | 0.93% | - |
| XYZ | 36.79 | 48.9 | 87.62 | - |
| YUV | 149.77 | 177.22 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 237 | 0.95 | 0.14 | 0 | 0.07 | 189.07 | 0.9 | 0.49 |
| Hex | C | CB | ED | 5F | E | 0 | 7 | BD | 5A | 31 |
| Octal | 14 | 313 | 355 | 137 | 16 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1100 | 11001011 | 11101101 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0CCBED
Complementary color
Monochromatic Colors of #0CCBED
Black with #0CCBED
Text Example
Text Example
White with #0CCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBED; }
p { color: rgb(12,203,237); }
H1.HeaderClassName
{
color: #0CCBED;
}
.AnyTagClassName
{
color: #0CCBED;
}
</style>
background-color css
<style>
a { background-color: #0CCBED; }
a { background-color: rgb(12,203,237); }
div.DivClassName
{
background-color: #0CCBED;
}
.BgClassName
{
background-color: #0CCBED;
}
</style>
border-color css
<style>
span { border-color: #0CCBED; }
span { border-color: rgb(12,203,237); }
td.TdClassName
{
border-color: #0CCBED;
}
.TagClassName
{
border-color: #0CCBED;
}
</style>