Shades of Deep Sky Blue #00C4ED
Tints of Deep Sky Blue #00C4ED
RGB
CMYK
RGB Variations
Color information
#00C4ED (or 0x00C4ED) is known color: Deep Sky Blue. HEX triplet: 00, C4 and ED. RGB value is (0,196,237). Sum of RGB (Red+Green+Blue) = 0+196+237=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #00C4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C4ED is #FF3B12. Grayscale: #8D8D8D. Windows color (decimal): -16726803 or 15582208. OLE color: 15582208.
HSL color Cylindrical-coordinate representation of color #00C4ED: hue angle of 190.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C4ED is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 196 | 237 | - |
| CMYK | 1 | 0.17 | 0 | 0.07 |
| HSL | 190.38º | 1% | 0.46% | - |
| HSV(B) | 190.38º | 1% | 0.93% | - |
| XYZ | 35.03 | 45.59 | 87.08 | - |
| YUV | 142.07 | 181.57 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 237 | 1 | 0.17 | 0 | 0.07 | 190.38 | 1 | 0.46 |
| Hex | 0 | C4 | ED | 64 | 11 | 0 | 7 | BE | 64 | 2E |
| Octal | 0 | 304 | 355 | 144 | 21 | 0 | 7 | 276 | 144 | 56 |
| Binary | 0 | 11000100 | 11101101 | 1100100 | 10001 | 0 | 111 | 10111110 | 1100100 | 101110 |
Color Harmonies of #00C4ED
Complementary color
Monochromatic Colors of #00C4ED
Black with #00C4ED
Text Example
Text Example
White with #00C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C4ED; }
p { color: rgb(0,196,237); }
H1.HeaderClassName
{
color: #00C4ED;
}
.AnyTagClassName
{
color: #00C4ED;
}
</style>
background-color css
<style>
a { background-color: #00C4ED; }
a { background-color: rgb(0,196,237); }
div.DivClassName
{
background-color: #00C4ED;
}
.BgClassName
{
background-color: #00C4ED;
}
</style>
border-color css
<style>
span { border-color: #00C4ED; }
span { border-color: rgb(0,196,237); }
td.TdClassName
{
border-color: #00C4ED;
}
.TagClassName
{
border-color: #00C4ED;
}
</style>