Shades of Deep Sky Blue #03CDF0
Tints of Deep Sky Blue #03CDF0
RGB
CMYK
RGB Variations
Color information
#03CDF0 (or 0x03CDF0) is known color: Deep Sky Blue. HEX triplet: 03, CD and F0. RGB value is (3,205,240). Sum of RGB (Red+Green+Blue) = 3+205+240=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #03CDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDF0 is #FC320F. Grayscale: #949494. Windows color (decimal): -16527888 or 15781123. OLE color: 15781123.
HSL color Cylindrical-coordinate representation of color #03CDF0: hue angle of 188.86º 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 #03CDF0 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 205 | 240 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.06 |
| HSL | 188.86º | 0.98% | 0.48% | - |
| HSV(B) | 188.86º | 0.99% | 0.94% | - |
| XYZ | 37.6 | 49.97 | 90.1 | - |
| YUV | 148.59 | 179.58 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 240 | 0.99 | 0.15 | 0 | 0.06 | 188.86 | 0.98 | 0.48 |
| Hex | 3 | CD | F0 | 63 | F | 0 | 6 | BD | 62 | 30 |
| Octal | 3 | 315 | 360 | 143 | 17 | 0 | 6 | 275 | 142 | 60 |
| Binary | 11 | 11001101 | 11110000 | 1100011 | 1111 | 0 | 110 | 10111101 | 1100010 | 110000 |
Color Harmonies of #03CDF0
Complementary color
Monochromatic Colors of #03CDF0
Black with #03CDF0
Text Example
Text Example
White with #03CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDF0; }
p { color: rgb(3,205,240); }
H1.HeaderClassName
{
color: #03CDF0;
}
.AnyTagClassName
{
color: #03CDF0;
}
</style>
background-color css
<style>
a { background-color: #03CDF0; }
a { background-color: rgb(3,205,240); }
div.DivClassName
{
background-color: #03CDF0;
}
.BgClassName
{
background-color: #03CDF0;
}
</style>
border-color css
<style>
span { border-color: #03CDF0; }
span { border-color: rgb(3,205,240); }
td.TdClassName
{
border-color: #03CDF0;
}
.TagClassName
{
border-color: #03CDF0;
}
</style>