Shades of Deep Sky Blue #00C8EB
Tints of Deep Sky Blue #00C8EB
RGB
CMYK
RGB Variations
Color information
#00C8EB (or 0x00C8EB) is known color: Deep Sky Blue. HEX triplet: 00, C8 and EB. RGB value is (0,200,235). Sum of RGB (Red+Green+Blue) = 0+200+235=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #00C8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C8EB is #FF3714. Grayscale: #8F8F8F. Windows color (decimal): -16725781 or 15452160. OLE color: 15452160.
HSL color Cylindrical-coordinate representation of color #00C8EB: hue angle of 188.94º 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 #00C8EB is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 200 | 235 | - |
| CMYK | 1 | 0.15 | 0 | 0.08 |
| HSL | 188.94º | 1% | 0.46% | - |
| HSV(B) | 188.94º | 1% | 0.92% | - |
| XYZ | 35.65 | 47.31 | 85.85 | - |
| YUV | 144.19 | 179.24 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 235 | 1 | 0.15 | 0 | 0.08 | 188.94 | 1 | 0.46 |
| Hex | 0 | C8 | EB | 64 | F | 0 | 8 | BD | 64 | 2E |
| Octal | 0 | 310 | 353 | 144 | 17 | 0 | 10 | 275 | 144 | 56 |
| Binary | 0 | 11001000 | 11101011 | 1100100 | 1111 | 0 | 1000 | 10111101 | 1100100 | 101110 |
Color Harmonies of #00C8EB
Complementary color
Monochromatic Colors of #00C8EB
Black with #00C8EB
Text Example
Text Example
White with #00C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C8EB; }
p { color: rgb(0,200,235); }
H1.HeaderClassName
{
color: #00C8EB;
}
.AnyTagClassName
{
color: #00C8EB;
}
</style>
background-color css
<style>
a { background-color: #00C8EB; }
a { background-color: rgb(0,200,235); }
div.DivClassName
{
background-color: #00C8EB;
}
.BgClassName
{
background-color: #00C8EB;
}
</style>
border-color css
<style>
span { border-color: #00C8EB; }
span { border-color: rgb(0,200,235); }
td.TdClassName
{
border-color: #00C8EB;
}
.TagClassName
{
border-color: #00C8EB;
}
</style>