Shades of Deep Sky Blue #03CEF0
Tints of Deep Sky Blue #03CEF0
RGB
CMYK
RGB Variations
Color information
#03CEF0 (or 0x03CEF0) is known color: Deep Sky Blue. HEX triplet: 03, CE and F0. RGB value is (3,206,240). Sum of RGB (Red+Green+Blue) = 3+206+240=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #03CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CEF0 is #FC310F. Grayscale: #949494. Windows color (decimal): -16527632 or 15781379. OLE color: 15781379.
HSL color Cylindrical-coordinate representation of color #03CEF0: hue angle of 188.61º 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 #03CEF0 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 206 | 240 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.06 |
| HSL | 188.61º | 0.98% | 0.48% | - |
| HSV(B) | 188.61º | 0.99% | 0.94% | - |
| XYZ | 37.84 | 50.45 | 90.18 | - |
| YUV | 149.18 | 179.25 | 23.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 240 | 0.99 | 0.14 | 0 | 0.06 | 188.61 | 0.98 | 0.48 |
| Hex | 3 | CE | F0 | 63 | E | 0 | 6 | BD | 62 | 30 |
| Octal | 3 | 316 | 360 | 143 | 16 | 0 | 6 | 275 | 142 | 60 |
| Binary | 11 | 11001110 | 11110000 | 1100011 | 1110 | 0 | 110 | 10111101 | 1100010 | 110000 |
Color Harmonies of #03CEF0
Complementary color
Monochromatic Colors of #03CEF0
Black with #03CEF0
Text Example
Text Example
White with #03CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CEF0; }
p { color: rgb(3,206,240); }
H1.HeaderClassName
{
color: #03CEF0;
}
.AnyTagClassName
{
color: #03CEF0;
}
</style>
background-color css
<style>
a { background-color: #03CEF0; }
a { background-color: rgb(3,206,240); }
div.DivClassName
{
background-color: #03CEF0;
}
.BgClassName
{
background-color: #03CEF0;
}
</style>
border-color css
<style>
span { border-color: #03CEF0; }
span { border-color: rgb(3,206,240); }
td.TdClassName
{
border-color: #03CEF0;
}
.TagClassName
{
border-color: #03CEF0;
}
</style>