Shades of Deep Sky Blue #03A8FD
Tints of Deep Sky Blue #03A8FD
RGB
CMYK
RGB Variations
Color information
#03A8FD (or 0x03A8FD) is known color: Deep Sky Blue. HEX triplet: 03, A8 and FD. RGB value is (3,168,253). Sum of RGB (Red+Green+Blue) = 3+168+253=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #03A8FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A8FD is #FC5702. Grayscale: #7F7F7F. Windows color (decimal): -16537347 or 16623619. OLE color: 16623619.
HSL color Cylindrical-coordinate representation of color #03A8FD: hue angle of 200.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8FD is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 168 | 253 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.01 |
| HSL | 200.4º | 0.98% | 0.5% | - |
| HSV(B) | 200.4º | 0.99% | 0.99% | - |
| XYZ | 31.77 | 35.12 | 98.03 | - |
| YUV | 128.36 | 198.34 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 253 | 0.99 | 0.34 | 0 | 0.01 | 200.4 | 0.98 | 0.5 |
| Hex | 3 | A8 | FD | 63 | 22 | 0 | 1 | C8 | 62 | 32 |
| Octal | 3 | 250 | 375 | 143 | 42 | 0 | 1 | 310 | 142 | 62 |
| Binary | 11 | 10101000 | 11111101 | 1100011 | 100010 | 0 | 1 | 11001000 | 1100010 | 110010 |
Color Harmonies of #03A8FD
Complementary color
Monochromatic Colors of #03A8FD
Black with #03A8FD
Text Example
Text Example
White with #03A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8FD; }
p { color: rgb(3,168,253); }
H1.HeaderClassName
{
color: #03A8FD;
}
.AnyTagClassName
{
color: #03A8FD;
}
</style>
background-color css
<style>
a { background-color: #03A8FD; }
a { background-color: rgb(3,168,253); }
div.DivClassName
{
background-color: #03A8FD;
}
.BgClassName
{
background-color: #03A8FD;
}
</style>
border-color css
<style>
span { border-color: #03A8FD; }
span { border-color: rgb(3,168,253); }
td.TdClassName
{
border-color: #03A8FD;
}
.TagClassName
{
border-color: #03A8FD;
}
</style>