Shades of Deep Sky Blue #00C0EA
Tints of Deep Sky Blue #00C0EA
RGB
CMYK
RGB Variations
Color information
#00C0EA (or 0x00C0EA) is known color: Deep Sky Blue. HEX triplet: 00, C0 and EA. RGB value is (0,192,234). Sum of RGB (Red+Green+Blue) = 0+192+234=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #00C0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C0EA is #FF3F15. Grayscale: #8B8B8B. Windows color (decimal): -16727830 or 15384576. OLE color: 15384576.
HSL color Cylindrical-coordinate representation of color #00C0EA: hue angle of 190.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0EA is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 192 | 234 | - |
| CMYK | 1 | 0.18 | 0 | 0.08 |
| HSL | 190.77º | 1% | 0.46% | - |
| HSV(B) | 190.77º | 1% | 0.92% | - |
| XYZ | 33.7 | 43.64 | 84.49 | - |
| YUV | 139.38 | 181.39 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 234 | 1 | 0.18 | 0 | 0.08 | 190.77 | 1 | 0.46 |
| Hex | 0 | C0 | EA | 64 | 12 | 0 | 8 | BF | 64 | 2E |
| Octal | 0 | 300 | 352 | 144 | 22 | 0 | 10 | 277 | 144 | 56 |
| Binary | 0 | 11000000 | 11101010 | 1100100 | 10010 | 0 | 1000 | 10111111 | 1100100 | 101110 |
Color Harmonies of #00C0EA
Complementary color
Monochromatic Colors of #00C0EA
Black with #00C0EA
Text Example
Text Example
White with #00C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0EA; }
p { color: rgb(0,192,234); }
H1.HeaderClassName
{
color: #00C0EA;
}
.AnyTagClassName
{
color: #00C0EA;
}
</style>
background-color css
<style>
a { background-color: #00C0EA; }
a { background-color: rgb(0,192,234); }
div.DivClassName
{
background-color: #00C0EA;
}
.BgClassName
{
background-color: #00C0EA;
}
</style>
border-color css
<style>
span { border-color: #00C0EA; }
span { border-color: rgb(0,192,234); }
td.TdClassName
{
border-color: #00C0EA;
}
.TagClassName
{
border-color: #00C0EA;
}
</style>