Shades of Deep Sky Blue #01C4FF
Tints of Deep Sky Blue #01C4FF
RGB
CMYK
RGB Variations
Color information
#01C4FF (or 0x01C4FF) is known color: Deep Sky Blue. HEX triplet: 01, C4 and FF. RGB value is (1,196,255). Sum of RGB (Red+Green+Blue) = 1+196+255=452 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #01C4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C4FF is #FE3B00. Grayscale: #8F8F8F. Windows color (decimal): -16661249 or 16761857. OLE color: 16761857.
HSL color Cylindrical-coordinate representation of color #01C4FF: hue angle of 193.94º 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 #01C4FF is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 196 | 255 | - |
| CMYK | 1.00 | 0.23 | 0 | 0 |
| HSL | 193.94º | 1% | 0.5% | - |
| HSV(B) | 193.94º | 1% | 1% | - |
| XYZ | 37.8 | 46.71 | 101.63 | - |
| YUV | 144.42 | 190.4 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 255 | 1.00 | 0.23 | 0 | 0 | 193.94 | 1 | 0.5 |
| Hex | 1 | C4 | FF | 64 | 17 | 0 | 0 | C2 | 64 | 32 |
| Octal | 1 | 304 | 377 | 144 | 27 | 0 | 0 | 302 | 144 | 62 |
| Binary | 1 | 11000100 | 11111111 | 1100100 | 10111 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #01C4FF
Complementary color
Monochromatic Colors of #01C4FF
Black with #01C4FF
Text Example
Text Example
White with #01C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C4FF; }
p { color: rgb(1,196,255); }
H1.HeaderClassName
{
color: #01C4FF;
}
.AnyTagClassName
{
color: #01C4FF;
}
</style>
background-color css
<style>
a { background-color: #01C4FF; }
a { background-color: rgb(1,196,255); }
div.DivClassName
{
background-color: #01C4FF;
}
.BgClassName
{
background-color: #01C4FF;
}
</style>
border-color css
<style>
span { border-color: #01C4FF; }
span { border-color: rgb(1,196,255); }
td.TdClassName
{
border-color: #01C4FF;
}
.TagClassName
{
border-color: #01C4FF;
}
</style>