Shades of Deep Sky Blue #03CDF9
Tints of Deep Sky Blue #03CDF9
RGB
CMYK
RGB Variations
Color information
#03CDF9 (or 0x03CDF9) is known color: Deep Sky Blue. HEX triplet: 03, CD and F9. RGB value is (3,205,249). Sum of RGB (Red+Green+Blue) = 3+205+249=457 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #03CDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDF9 is #FC3206. Grayscale: #959595. Windows color (decimal): -16527879 or 16370947. OLE color: 16370947.
HSL color Cylindrical-coordinate representation of color #03CDF9: hue angle of 190.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDF9 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 205 | 249 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.02 |
| HSL | 190.73º | 0.98% | 0.49% | - |
| HSV(B) | 190.73º | 0.99% | 0.98% | - |
| XYZ | 38.97 | 50.52 | 97.32 | - |
| YUV | 149.62 | 184.08 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 249 | 0.99 | 0.18 | 0 | 0.02 | 190.73 | 0.98 | 0.49 |
| Hex | 3 | CD | F9 | 63 | 12 | 0 | 2 | BF | 62 | 31 |
| Octal | 3 | 315 | 371 | 143 | 22 | 0 | 2 | 277 | 142 | 61 |
| Binary | 11 | 11001101 | 11111001 | 1100011 | 10010 | 0 | 10 | 10111111 | 1100010 | 110001 |
Color Harmonies of #03CDF9
Complementary color
Monochromatic Colors of #03CDF9
Black with #03CDF9
Text Example
Text Example
White with #03CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDF9; }
p { color: rgb(3,205,249); }
H1.HeaderClassName
{
color: #03CDF9;
}
.AnyTagClassName
{
color: #03CDF9;
}
</style>
background-color css
<style>
a { background-color: #03CDF9; }
a { background-color: rgb(3,205,249); }
div.DivClassName
{
background-color: #03CDF9;
}
.BgClassName
{
background-color: #03CDF9;
}
</style>
border-color css
<style>
span { border-color: #03CDF9; }
span { border-color: rgb(3,205,249); }
td.TdClassName
{
border-color: #03CDF9;
}
.TagClassName
{
border-color: #03CDF9;
}
</style>