Shades of Deep Sky Blue #01C7FF
Tints of Deep Sky Blue #01C7FF
RGB
CMYK
RGB Variations
Color information
#01C7FF (or 0x01C7FF) is known color: Deep Sky Blue. HEX triplet: 01, C7 and FF. RGB value is (1,199,255). Sum of RGB (Red+Green+Blue) = 1+199+255=455 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #01C7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C7FF is #FE3800. Grayscale: #919191. Windows color (decimal): -16660481 or 16762625. OLE color: 16762625.
HSL color Cylindrical-coordinate representation of color #01C7FF: hue angle of 193.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C7FF is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 199 | 255 | - |
| CMYK | 1.00 | 0.22 | 0 | 0 |
| HSL | 193.23º | 1% | 0.5% | - |
| HSV(B) | 193.23º | 1% | 1% | - |
| XYZ | 38.49 | 48.07 | 101.86 | - |
| YUV | 146.18 | 189.4 | 24.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 199 | 255 | 1.00 | 0.22 | 0 | 0 | 193.23 | 1 | 0.5 |
| Hex | 1 | C7 | FF | 64 | 16 | 0 | 0 | C1 | 64 | 32 |
| Octal | 1 | 307 | 377 | 144 | 26 | 0 | 0 | 301 | 144 | 62 |
| Binary | 1 | 11000111 | 11111111 | 1100100 | 10110 | 0 | 0 | 11000001 | 1100100 | 110010 |
Color Harmonies of #01C7FF
Complementary color
Monochromatic Colors of #01C7FF
Black with #01C7FF
Text Example
Text Example
White with #01C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C7FF; }
p { color: rgb(1,199,255); }
H1.HeaderClassName
{
color: #01C7FF;
}
.AnyTagClassName
{
color: #01C7FF;
}
</style>
background-color css
<style>
a { background-color: #01C7FF; }
a { background-color: rgb(1,199,255); }
div.DivClassName
{
background-color: #01C7FF;
}
.BgClassName
{
background-color: #01C7FF;
}
</style>
border-color css
<style>
span { border-color: #01C7FF; }
span { border-color: rgb(1,199,255); }
td.TdClassName
{
border-color: #01C7FF;
}
.TagClassName
{
border-color: #01C7FF;
}
</style>