Shades of Deep Sky Blue #00C6EB
Tints of Deep Sky Blue #00C6EB
RGB
CMYK
RGB Variations
Color information
#00C6EB (or 0x00C6EB) is known color: Deep Sky Blue. HEX triplet: 00, C6 and EB. RGB value is (0,198,235). Sum of RGB (Red+Green+Blue) = 0+198+235=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #00C6EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C6EB is #FF3914. Grayscale: #8E8E8E. Windows color (decimal): -16726293 or 15451648. OLE color: 15451648.
HSL color Cylindrical-coordinate representation of color #00C6EB: hue angle of 189.45º 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 #00C6EB is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 198 | 235 | - |
| CMYK | 1 | 0.16 | 0 | 0.08 |
| HSL | 189.45º | 1% | 0.46% | - |
| HSV(B) | 189.45º | 1% | 0.92% | - |
| XYZ | 35.19 | 46.39 | 85.7 | - |
| YUV | 143.02 | 179.9 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 198 | 235 | 1 | 0.16 | 0 | 0.08 | 189.45 | 1 | 0.46 |
| Hex | 0 | C6 | EB | 64 | 10 | 0 | 8 | BD | 64 | 2E |
| Octal | 0 | 306 | 353 | 144 | 20 | 0 | 10 | 275 | 144 | 56 |
| Binary | 0 | 11000110 | 11101011 | 1100100 | 10000 | 0 | 1000 | 10111101 | 1100100 | 101110 |
Color Harmonies of #00C6EB
Complementary color
Monochromatic Colors of #00C6EB
Black with #00C6EB
Text Example
Text Example
White with #00C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C6EB; }
p { color: rgb(0,198,235); }
H1.HeaderClassName
{
color: #00C6EB;
}
.AnyTagClassName
{
color: #00C6EB;
}
</style>
background-color css
<style>
a { background-color: #00C6EB; }
a { background-color: rgb(0,198,235); }
div.DivClassName
{
background-color: #00C6EB;
}
.BgClassName
{
background-color: #00C6EB;
}
</style>
border-color css
<style>
span { border-color: #00C6EB; }
span { border-color: rgb(0,198,235); }
td.TdClassName
{
border-color: #00C6EB;
}
.TagClassName
{
border-color: #00C6EB;
}
</style>