Shades of Deep Sky Blue #03C6F9
Tints of Deep Sky Blue #03C6F9
RGB
CMYK
RGB Variations
Color information
#03C6F9 (or 0x03C6F9) is known color: Deep Sky Blue. HEX triplet: 03, C6 and F9. RGB value is (3,198,249). Sum of RGB (Red+Green+Blue) = 3+198+249=450 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #03C6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C6F9 is #FC3906. Grayscale: #919191. Windows color (decimal): -16529671 or 16369155. OLE color: 16369155.
HSL color Cylindrical-coordinate representation of color #03C6F9: hue angle of 192.44º 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 #03C6F9 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 198 | 249 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.02 |
| HSL | 192.44º | 0.98% | 0.49% | - |
| HSV(B) | 192.44º | 0.99% | 0.98% | - |
| XYZ | 37.33 | 47.25 | 96.77 | - |
| YUV | 145.51 | 186.4 | 26.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 249 | 0.99 | 0.20 | 0 | 0.02 | 192.44 | 0.98 | 0.49 |
| Hex | 3 | C6 | F9 | 63 | 14 | 0 | 2 | C0 | 62 | 31 |
| Octal | 3 | 306 | 371 | 143 | 24 | 0 | 2 | 300 | 142 | 61 |
| Binary | 11 | 11000110 | 11111001 | 1100011 | 10100 | 0 | 10 | 11000000 | 1100010 | 110001 |
Color Harmonies of #03C6F9
Complementary color
Monochromatic Colors of #03C6F9
Black with #03C6F9
Text Example
Text Example
White with #03C6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C6F9; }
p { color: rgb(3,198,249); }
H1.HeaderClassName
{
color: #03C6F9;
}
.AnyTagClassName
{
color: #03C6F9;
}
</style>
background-color css
<style>
a { background-color: #03C6F9; }
a { background-color: rgb(3,198,249); }
div.DivClassName
{
background-color: #03C6F9;
}
.BgClassName
{
background-color: #03C6F9;
}
</style>
border-color css
<style>
span { border-color: #03C6F9; }
span { border-color: rgb(3,198,249); }
td.TdClassName
{
border-color: #03C6F9;
}
.TagClassName
{
border-color: #03C6F9;
}
</style>