Shades of Deep Sky Blue #01C7FB
Tints of Deep Sky Blue #01C7FB
RGB
CMYK
RGB Variations
Color information
#01C7FB (or 0x01C7FB) is known color: Deep Sky Blue. HEX triplet: 01, C7 and FB. RGB value is (1,199,251). Sum of RGB (Red+Green+Blue) = 1+199+251=451 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #01C7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C7FB is #FE3804. Grayscale: #919191. Windows color (decimal): -16660485 or 16500481. OLE color: 16500481.
HSL color Cylindrical-coordinate representation of color #01C7FB: hue angle of 192.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C7FB is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 199 | 251 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.02 |
| HSL | 192.48º | 0.99% | 0.49% | - |
| HSV(B) | 192.48º | 1% | 0.98% | - |
| XYZ | 37.85 | 47.82 | 98.5 | - |
| YUV | 145.73 | 187.4 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 199 | 251 | 1.00 | 0.21 | 0 | 0.02 | 192.48 | 0.99 | 0.49 |
| Hex | 1 | C7 | FB | 64 | 15 | 0 | 2 | C0 | 63 | 31 |
| Octal | 1 | 307 | 373 | 144 | 25 | 0 | 2 | 300 | 143 | 61 |
| Binary | 1 | 11000111 | 11111011 | 1100100 | 10101 | 0 | 10 | 11000000 | 1100011 | 110001 |
Color Harmonies of #01C7FB
Complementary color
Monochromatic Colors of #01C7FB
Black with #01C7FB
Text Example
Text Example
White with #01C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C7FB; }
p { color: rgb(1,199,251); }
H1.HeaderClassName
{
color: #01C7FB;
}
.AnyTagClassName
{
color: #01C7FB;
}
</style>
background-color css
<style>
a { background-color: #01C7FB; }
a { background-color: rgb(1,199,251); }
div.DivClassName
{
background-color: #01C7FB;
}
.BgClassName
{
background-color: #01C7FB;
}
</style>
border-color css
<style>
span { border-color: #01C7FB; }
span { border-color: rgb(1,199,251); }
td.TdClassName
{
border-color: #01C7FB;
}
.TagClassName
{
border-color: #01C7FB;
}
</style>