Shades of Deep Sky Blue #00C6E8
Tints of Deep Sky Blue #00C6E8
RGB
CMYK
RGB Variations
Color information
#00C6E8 (or 0x00C6E8) is known color: Deep Sky Blue. HEX triplet: 00, C6 and E8. RGB value is (0,198,232). Sum of RGB (Red+Green+Blue) = 0+198+232=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #00C6E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C6E8 is #FF3917. Grayscale: #8E8E8E. Windows color (decimal): -16726296 or 15255040. OLE color: 15255040.
HSL color Cylindrical-coordinate representation of color #00C6E8: hue angle of 188.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C6E8 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 198 | 232 | - |
| CMYK | 1 | 0.15 | 0 | 0.09 |
| HSL | 188.79º | 1% | 0.45% | - |
| HSV(B) | 188.79º | 1% | 0.91% | - |
| XYZ | 34.76 | 46.21 | 83.43 | - |
| YUV | 142.67 | 178.4 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 198 | 232 | 1 | 0.15 | 0 | 0.09 | 188.79 | 1 | 0.45 |
| Hex | 0 | C6 | E8 | 64 | F | 0 | 9 | BD | 64 | 2D |
| Octal | 0 | 306 | 350 | 144 | 17 | 0 | 11 | 275 | 144 | 55 |
| Binary | 0 | 11000110 | 11101000 | 1100100 | 1111 | 0 | 1001 | 10111101 | 1100100 | 101101 |
Color Harmonies of #00C6E8
Complementary color
Monochromatic Colors of #00C6E8
Black with #00C6E8
Text Example
Text Example
White with #00C6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C6E8; }
p { color: rgb(0,198,232); }
H1.HeaderClassName
{
color: #00C6E8;
}
.AnyTagClassName
{
color: #00C6E8;
}
</style>
background-color css
<style>
a { background-color: #00C6E8; }
a { background-color: rgb(0,198,232); }
div.DivClassName
{
background-color: #00C6E8;
}
.BgClassName
{
background-color: #00C6E8;
}
</style>
border-color css
<style>
span { border-color: #00C6E8; }
span { border-color: rgb(0,198,232); }
td.TdClassName
{
border-color: #00C6E8;
}
.TagClassName
{
border-color: #00C6E8;
}
</style>