Shades of Deep Sky Blue #01C3EA
Tints of Deep Sky Blue #01C3EA
RGB
CMYK
RGB Variations
Color information
#01C3EA (or 0x01C3EA) is known color: Deep Sky Blue. HEX triplet: 01, C3 and EA. RGB value is (1,195,234). Sum of RGB (Red+Green+Blue) = 1+195+234=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #01C3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C3EA is #FE3C15. Grayscale: #8D8D8D. Windows color (decimal): -16661526 or 15385345. OLE color: 15385345.
HSL color Cylindrical-coordinate representation of color #01C3EA: hue angle of 190.04º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C3EA is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 195 | 234 | - |
| CMYK | 1.00 | 0.17 | 0 | 0.08 |
| HSL | 190.04º | 0.99% | 0.46% | - |
| HSV(B) | 190.04º | 1% | 0.92% | - |
| XYZ | 34.38 | 44.98 | 84.71 | - |
| YUV | 141.44 | 180.23 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 234 | 1.00 | 0.17 | 0 | 0.08 | 190.04 | 0.99 | 0.46 |
| Hex | 1 | C3 | EA | 64 | 11 | 0 | 8 | BE | 63 | 2E |
| Octal | 1 | 303 | 352 | 144 | 21 | 0 | 10 | 276 | 143 | 56 |
| Binary | 1 | 11000011 | 11101010 | 1100100 | 10001 | 0 | 1000 | 10111110 | 1100011 | 101110 |
Color Harmonies of #01C3EA
Complementary color
Monochromatic Colors of #01C3EA
Black with #01C3EA
Text Example
Text Example
White with #01C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C3EA; }
p { color: rgb(1,195,234); }
H1.HeaderClassName
{
color: #01C3EA;
}
.AnyTagClassName
{
color: #01C3EA;
}
</style>
background-color css
<style>
a { background-color: #01C3EA; }
a { background-color: rgb(1,195,234); }
div.DivClassName
{
background-color: #01C3EA;
}
.BgClassName
{
background-color: #01C3EA;
}
</style>
border-color css
<style>
span { border-color: #01C3EA; }
span { border-color: rgb(1,195,234); }
td.TdClassName
{
border-color: #01C3EA;
}
.TagClassName
{
border-color: #01C3EA;
}
</style>