Shades of Deep Sky Blue #03CDF7
Tints of Deep Sky Blue #03CDF7
RGB
CMYK
RGB Variations
Color information
#03CDF7 (or 0x03CDF7) is known color: Deep Sky Blue. HEX triplet: 03, CD and F7. RGB value is (3,205,247). Sum of RGB (Red+Green+Blue) = 3+205+247=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #03CDF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDF7 is #FC3208. Grayscale: #959595. Windows color (decimal): -16527881 or 16239875. OLE color: 16239875.
HSL color Cylindrical-coordinate representation of color #03CDF7: hue angle of 190.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDF7 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 205 | 247 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.03 |
| HSL | 190.33º | 0.98% | 0.49% | - |
| HSV(B) | 190.33º | 0.99% | 0.97% | - |
| XYZ | 38.66 | 50.4 | 95.69 | - |
| YUV | 149.39 | 183.08 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 247 | 0.99 | 0.17 | 0 | 0.03 | 190.33 | 0.98 | 0.49 |
| Hex | 3 | CD | F7 | 63 | 11 | 0 | 3 | BE | 62 | 31 |
| Octal | 3 | 315 | 367 | 143 | 21 | 0 | 3 | 276 | 142 | 61 |
| Binary | 11 | 11001101 | 11110111 | 1100011 | 10001 | 0 | 11 | 10111110 | 1100010 | 110001 |
Color Harmonies of #03CDF7
Complementary color
Monochromatic Colors of #03CDF7
Black with #03CDF7
Text Example
Text Example
White with #03CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDF7; }
p { color: rgb(3,205,247); }
H1.HeaderClassName
{
color: #03CDF7;
}
.AnyTagClassName
{
color: #03CDF7;
}
</style>
background-color css
<style>
a { background-color: #03CDF7; }
a { background-color: rgb(3,205,247); }
div.DivClassName
{
background-color: #03CDF7;
}
.BgClassName
{
background-color: #03CDF7;
}
</style>
border-color css
<style>
span { border-color: #03CDF7; }
span { border-color: rgb(3,205,247); }
td.TdClassName
{
border-color: #03CDF7;
}
.TagClassName
{
border-color: #03CDF7;
}
</style>