Shades of Deep Sky Blue #01C2FF
Tints of Deep Sky Blue #01C2FF
RGB
CMYK
RGB Variations
Color information
#01C2FF (or 0x01C2FF) is known color: Deep Sky Blue. HEX triplet: 01, C2 and FF. RGB value is (1,194,255). Sum of RGB (Red+Green+Blue) = 1+194+255=450 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #01C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C2FF is #FE3D00. Grayscale: #8E8E8E. Windows color (decimal): -16661761 or 16761345. OLE color: 16761345.
HSL color Cylindrical-coordinate representation of color #01C2FF: hue angle of 194.41º 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 #01C2FF is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 194 | 255 | - |
| CMYK | 1.00 | 0.24 | 0 | 0 |
| HSL | 194.41º | 1% | 0.5% | - |
| HSV(B) | 194.41º | 1% | 1% | - |
| XYZ | 37.35 | 45.81 | 101.48 | - |
| YUV | 143.25 | 191.06 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 255 | 1.00 | 0.24 | 0 | 0 | 194.41 | 1 | 0.5 |
| Hex | 1 | C2 | FF | 64 | 18 | 0 | 0 | C2 | 64 | 32 |
| Octal | 1 | 302 | 377 | 144 | 30 | 0 | 0 | 302 | 144 | 62 |
| Binary | 1 | 11000010 | 11111111 | 1100100 | 11000 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #01C2FF
Complementary color
Monochromatic Colors of #01C2FF
Black with #01C2FF
Text Example
Text Example
White with #01C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C2FF; }
p { color: rgb(1,194,255); }
H1.HeaderClassName
{
color: #01C2FF;
}
.AnyTagClassName
{
color: #01C2FF;
}
</style>
background-color css
<style>
a { background-color: #01C2FF; }
a { background-color: rgb(1,194,255); }
div.DivClassName
{
background-color: #01C2FF;
}
.BgClassName
{
background-color: #01C2FF;
}
</style>
border-color css
<style>
span { border-color: #01C2FF; }
span { border-color: rgb(1,194,255); }
td.TdClassName
{
border-color: #01C2FF;
}
.TagClassName
{
border-color: #01C2FF;
}
</style>