Shades of Deep Sky Blue #03A6F3
Tints of Deep Sky Blue #03A6F3
RGB
CMYK
RGB Variations
Color information
#03A6F3 (or 0x03A6F3) is known color: Deep Sky Blue. HEX triplet: 03, A6 and F3. RGB value is (3,166,243). Sum of RGB (Red+Green+Blue) = 3+166+243=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 243 (95.31% from 255 or 58.98% from 412); Max value from RGB is 243 - color contains mainly: blue. Hex color #03A6F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A6F3 is #FC590C. Grayscale: #7D7D7D. Windows color (decimal): -16537869 or 15967747. OLE color: 15967747.
HSL color Cylindrical-coordinate representation of color #03A6F3: hue angle of 199.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A6F3 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 166 | 243 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.05 |
| HSL | 199.25º | 0.98% | 0.48% | - |
| HSV(B) | 199.25º | 0.99% | 0.95% | - |
| XYZ | 29.85 | 33.76 | 89.74 | - |
| YUV | 126.04 | 194 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 243 | 0.99 | 0.32 | 0 | 0.05 | 199.25 | 0.98 | 0.48 |
| Hex | 3 | A6 | F3 | 63 | 20 | 0 | 5 | C7 | 62 | 30 |
| Octal | 3 | 246 | 363 | 143 | 40 | 0 | 5 | 307 | 142 | 60 |
| Binary | 11 | 10100110 | 11110011 | 1100011 | 100000 | 0 | 101 | 11000111 | 1100010 | 110000 |
Color Harmonies of #03A6F3
Complementary color
Monochromatic Colors of #03A6F3
Black with #03A6F3
Text Example
Text Example
White with #03A6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A6F3; }
p { color: rgb(3,166,243); }
H1.HeaderClassName
{
color: #03A6F3;
}
.AnyTagClassName
{
color: #03A6F3;
}
</style>
background-color css
<style>
a { background-color: #03A6F3; }
a { background-color: rgb(3,166,243); }
div.DivClassName
{
background-color: #03A6F3;
}
.BgClassName
{
background-color: #03A6F3;
}
</style>
border-color css
<style>
span { border-color: #03A6F3; }
span { border-color: rgb(3,166,243); }
td.TdClassName
{
border-color: #03A6F3;
}
.TagClassName
{
border-color: #03A6F3;
}
</style>