Shades of Deep Sky Blue #01C3FF
Tints of Deep Sky Blue #01C3FF
RGB
CMYK
RGB Variations
Color information
#01C3FF (or 0x01C3FF) is known color: Deep Sky Blue. HEX triplet: 01, C3 and FF. RGB value is (1,195,255). Sum of RGB (Red+Green+Blue) = 1+195+255=451 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #01C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C3FF is #FE3C00. Grayscale: #8F8F8F. Windows color (decimal): -16661505 or 16761601. OLE color: 16761601.
HSL color Cylindrical-coordinate representation of color #01C3FF: hue angle of 194.17º 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 #01C3FF is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 195 | 255 | - |
| CMYK | 1.00 | 0.24 | 0 | 0 |
| HSL | 194.17º | 1% | 0.5% | - |
| HSV(B) | 194.17º | 1% | 1% | - |
| XYZ | 37.58 | 46.26 | 101.56 | - |
| YUV | 143.83 | 190.73 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 255 | 1.00 | 0.24 | 0 | 0 | 194.17 | 1 | 0.5 |
| Hex | 1 | C3 | FF | 64 | 18 | 0 | 0 | C2 | 64 | 32 |
| Octal | 1 | 303 | 377 | 144 | 30 | 0 | 0 | 302 | 144 | 62 |
| Binary | 1 | 11000011 | 11111111 | 1100100 | 11000 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #01C3FF
Complementary color
Monochromatic Colors of #01C3FF
Black with #01C3FF
Text Example
Text Example
White with #01C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C3FF; }
p { color: rgb(1,195,255); }
H1.HeaderClassName
{
color: #01C3FF;
}
.AnyTagClassName
{
color: #01C3FF;
}
</style>
background-color css
<style>
a { background-color: #01C3FF; }
a { background-color: rgb(1,195,255); }
div.DivClassName
{
background-color: #01C3FF;
}
.BgClassName
{
background-color: #01C3FF;
}
</style>
border-color css
<style>
span { border-color: #01C3FF; }
span { border-color: rgb(1,195,255); }
td.TdClassName
{
border-color: #01C3FF;
}
.TagClassName
{
border-color: #01C3FF;
}
</style>