Shades of Deep Sky Blue #00C7EE
Tints of Deep Sky Blue #00C7EE
RGB
CMYK
RGB Variations
Color information
#00C7EE (or 0x00C7EE) is known color: Deep Sky Blue. HEX triplet: 00, C7 and EE. RGB value is (0,199,238). Sum of RGB (Red+Green+Blue) = 0+199+238=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #00C7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C7EE is #FF3811. Grayscale: #8F8F8F. Windows color (decimal): -16726034 or 15648512. OLE color: 15648512.
HSL color Cylindrical-coordinate representation of color #00C7EE: hue angle of 189.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7EE is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 199 | 238 | - |
| CMYK | 1 | 0.16 | 0 | 0.07 |
| HSL | 189.83º | 1% | 0.47% | - |
| HSV(B) | 189.83º | 1% | 0.93% | - |
| XYZ | 35.86 | 47.02 | 88.07 | - |
| YUV | 143.95 | 181.07 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 199 | 238 | 1 | 0.16 | 0 | 0.07 | 189.83 | 1 | 0.47 |
| Hex | 0 | C7 | EE | 64 | 10 | 0 | 7 | BE | 64 | 2F |
| Octal | 0 | 307 | 356 | 144 | 20 | 0 | 7 | 276 | 144 | 57 |
| Binary | 0 | 11000111 | 11101110 | 1100100 | 10000 | 0 | 111 | 10111110 | 1100100 | 101111 |
Color Harmonies of #00C7EE
Complementary color
Monochromatic Colors of #00C7EE
Black with #00C7EE
Text Example
Text Example
White with #00C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C7EE; }
p { color: rgb(0,199,238); }
H1.HeaderClassName
{
color: #00C7EE;
}
.AnyTagClassName
{
color: #00C7EE;
}
</style>
background-color css
<style>
a { background-color: #00C7EE; }
a { background-color: rgb(0,199,238); }
div.DivClassName
{
background-color: #00C7EE;
}
.BgClassName
{
background-color: #00C7EE;
}
</style>
border-color css
<style>
span { border-color: #00C7EE; }
span { border-color: rgb(0,199,238); }
td.TdClassName
{
border-color: #00C7EE;
}
.TagClassName
{
border-color: #00C7EE;
}
</style>