Shades of Deep Sky Blue #00C0FE
Tints of Deep Sky Blue #00C0FE
RGB
CMYK
RGB Variations
Color information
#00C0FE (or 0x00C0FE) is known color: Deep Sky Blue. HEX triplet: 00, C0 and FE. RGB value is (0,192,254). Sum of RGB (Red+Green+Blue) = 0+192+254=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #00C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C0FE is #FF3F01. Grayscale: #8D8D8D. Windows color (decimal): -16727810 or 16695296. OLE color: 16695296.
HSL color Cylindrical-coordinate representation of color #00C0FE: hue angle of 194.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0FE is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 192 | 254 | - |
| CMYK | 1 | 0.24 | 0 | 0.00 |
| HSL | 194.65º | 1% | 0.5% | - |
| HSV(B) | 194.65º | 1% | 1% | - |
| XYZ | 36.74 | 44.86 | 100.49 | - |
| YUV | 141.66 | 191.39 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 254 | 1 | 0.24 | 0 | 0.00 | 194.65 | 1 | 0.5 |
| Hex | 0 | C0 | FE | 64 | 18 | 0 | 0 | C3 | 64 | 32 |
| Octal | 0 | 300 | 376 | 144 | 30 | 0 | 0 | 303 | 144 | 62 |
| Binary | 0 | 11000000 | 11111110 | 1100100 | 11000 | 0 | 0 | 11000011 | 1100100 | 110010 |
Color Harmonies of #00C0FE
Complementary color
Monochromatic Colors of #00C0FE
Black with #00C0FE
Text Example
Text Example
White with #00C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0FE; }
p { color: rgb(0,192,254); }
H1.HeaderClassName
{
color: #00C0FE;
}
.AnyTagClassName
{
color: #00C0FE;
}
</style>
background-color css
<style>
a { background-color: #00C0FE; }
a { background-color: rgb(0,192,254); }
div.DivClassName
{
background-color: #00C0FE;
}
.BgClassName
{
background-color: #00C0FE;
}
</style>
border-color css
<style>
span { border-color: #00C0FE; }
span { border-color: rgb(0,192,254); }
td.TdClassName
{
border-color: #00C0FE;
}
.TagClassName
{
border-color: #00C0FE;
}
</style>