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