Shades of Deep Sky Blue #03CCF0
Tints of Deep Sky Blue #03CCF0
RGB
CMYK
RGB Variations
Color information
#03CCF0 (or 0x03CCF0) is known color: Deep Sky Blue. HEX triplet: 03, CC and F0. RGB value is (3,204,240). Sum of RGB (Red+Green+Blue) = 3+204+240=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #03CCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CCF0 is #FC330F. Grayscale: #939393. Windows color (decimal): -16528144 or 15780867. OLE color: 15780867.
HSL color Cylindrical-coordinate representation of color #03CCF0: hue angle of 189.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCF0 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 204 | 240 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.06 |
| HSL | 189.11º | 0.98% | 0.48% | - |
| HSV(B) | 189.11º | 0.99% | 0.94% | - |
| XYZ | 37.36 | 49.5 | 90.02 | - |
| YUV | 148.01 | 179.91 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 240 | 0.99 | 0.15 | 0 | 0.06 | 189.11 | 0.98 | 0.48 |
| Hex | 3 | CC | F0 | 63 | F | 0 | 6 | BD | 62 | 30 |
| Octal | 3 | 314 | 360 | 143 | 17 | 0 | 6 | 275 | 142 | 60 |
| Binary | 11 | 11001100 | 11110000 | 1100011 | 1111 | 0 | 110 | 10111101 | 1100010 | 110000 |
Color Harmonies of #03CCF0
Complementary color
Monochromatic Colors of #03CCF0
Black with #03CCF0
Text Example
Text Example
White with #03CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCF0; }
p { color: rgb(3,204,240); }
H1.HeaderClassName
{
color: #03CCF0;
}
.AnyTagClassName
{
color: #03CCF0;
}
</style>
background-color css
<style>
a { background-color: #03CCF0; }
a { background-color: rgb(3,204,240); }
div.DivClassName
{
background-color: #03CCF0;
}
.BgClassName
{
background-color: #03CCF0;
}
</style>
border-color css
<style>
span { border-color: #03CCF0; }
span { border-color: rgb(3,204,240); }
td.TdClassName
{
border-color: #03CCF0;
}
.TagClassName
{
border-color: #03CCF0;
}
</style>