Shades of Deep Sky Blue #03A8FF
Tints of Deep Sky Blue #03A8FF
RGB
CMYK
RGB Variations
Color information
#03A8FF (or 0x03A8FF) is known color: Deep Sky Blue. HEX triplet: 03, A8 and FF. RGB value is (3,168,255). Sum of RGB (Red+Green+Blue) = 3+168+255=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #03A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A8FF is #FC5700. Grayscale: #808080. Windows color (decimal): -16537345 or 16754691. OLE color: 16754691.
HSL color Cylindrical-coordinate representation of color #03A8FF: hue angle of 200.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8FF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 168 | 255 | - |
| CMYK | 0.99 | 0.34 | 0 | 0 |
| HSL | 200.71º | 1% | 0.51% | - |
| HSV(B) | 200.71º | 0.99% | 1% | - |
| XYZ | 32.09 | 35.24 | 99.72 | - |
| YUV | 128.58 | 199.34 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 255 | 0.99 | 0.34 | 0 | 0 | 200.71 | 1 | 0.51 |
| Hex | 3 | A8 | FF | 63 | 22 | 0 | 0 | C9 | 64 | 33 |
| Octal | 3 | 250 | 377 | 143 | 42 | 0 | 0 | 311 | 144 | 63 |
| Binary | 11 | 10101000 | 11111111 | 1100011 | 100010 | 0 | 0 | 11001001 | 1100100 | 110011 |
Color Harmonies of #03A8FF
Complementary color
Monochromatic Colors of #03A8FF
Black with #03A8FF
Text Example
Text Example
White with #03A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8FF; }
p { color: rgb(3,168,255); }
H1.HeaderClassName
{
color: #03A8FF;
}
.AnyTagClassName
{
color: #03A8FF;
}
</style>
background-color css
<style>
a { background-color: #03A8FF; }
a { background-color: rgb(3,168,255); }
div.DivClassName
{
background-color: #03A8FF;
}
.BgClassName
{
background-color: #03A8FF;
}
</style>
border-color css
<style>
span { border-color: #03A8FF; }
span { border-color: rgb(3,168,255); }
td.TdClassName
{
border-color: #03A8FF;
}
.TagClassName
{
border-color: #03A8FF;
}
</style>