Shades of Deep Sky Blue #01CCF0
Tints of Deep Sky Blue #01CCF0
RGB
CMYK
RGB Variations
Color information
#01CCF0 (or 0x01CCF0) is known color: Deep Sky Blue. HEX triplet: 01, CC and F0. RGB value is (1,204,240). Sum of RGB (Red+Green+Blue) = 1+204+240=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #01CCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CCF0 is #FE330F. Grayscale: #939393. Windows color (decimal): -16659216 or 15780865. OLE color: 15780865.
HSL color Cylindrical-coordinate representation of color #01CCF0: hue angle of 189.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCF0 is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 204 | 240 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.06 |
| HSL | 189.04º | 0.99% | 0.47% | - |
| HSV(B) | 189.04º | 1% | 0.94% | - |
| XYZ | 37.33 | 49.48 | 90.02 | - |
| YUV | 147.41 | 180.25 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 240 | 1.00 | 0.15 | 0 | 0.06 | 189.04 | 0.99 | 0.47 |
| Hex | 1 | CC | F0 | 64 | F | 0 | 6 | BD | 63 | 2F |
| Octal | 1 | 314 | 360 | 144 | 17 | 0 | 6 | 275 | 143 | 57 |
| Binary | 1 | 11001100 | 11110000 | 1100100 | 1111 | 0 | 110 | 10111101 | 1100011 | 101111 |
Color Harmonies of #01CCF0
Complementary color
Monochromatic Colors of #01CCF0
Black with #01CCF0
Text Example
Text Example
White with #01CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CCF0; }
p { color: rgb(1,204,240); }
H1.HeaderClassName
{
color: #01CCF0;
}
.AnyTagClassName
{
color: #01CCF0;
}
</style>
background-color css
<style>
a { background-color: #01CCF0; }
a { background-color: rgb(1,204,240); }
div.DivClassName
{
background-color: #01CCF0;
}
.BgClassName
{
background-color: #01CCF0;
}
</style>
border-color css
<style>
span { border-color: #01CCF0; }
span { border-color: rgb(1,204,240); }
td.TdClassName
{
border-color: #01CCF0;
}
.TagClassName
{
border-color: #01CCF0;
}
</style>