Shades of Deep Sky Blue #03A3FB
Tints of Deep Sky Blue #03A3FB
RGB
CMYK
RGB Variations
Color information
#03A3FB (or 0x03A3FB) is known color: Deep Sky Blue. HEX triplet: 03, A3 and FB. RGB value is (3,163,251). Sum of RGB (Red+Green+Blue) = 3+163+251=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #03A3FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A3FB is #FC5C04. Grayscale: #7C7C7C. Windows color (decimal): -16538629 or 16491267. OLE color: 16491267.
HSL color Cylindrical-coordinate representation of color #03A3FB: hue angle of 201.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A3FB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 163 | 251 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.02 |
| HSL | 201.29º | 0.98% | 0.5% | - |
| HSV(B) | 201.29º | 0.99% | 0.98% | - |
| XYZ | 30.55 | 33.18 | 96.06 | - |
| YUV | 125.19 | 198.99 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 251 | 0.99 | 0.35 | 0 | 0.02 | 201.29 | 0.98 | 0.5 |
| Hex | 3 | A3 | FB | 63 | 23 | 0 | 2 | C9 | 62 | 32 |
| Octal | 3 | 243 | 373 | 143 | 43 | 0 | 2 | 311 | 142 | 62 |
| Binary | 11 | 10100011 | 11111011 | 1100011 | 100011 | 0 | 10 | 11001001 | 1100010 | 110010 |
Color Harmonies of #03A3FB
Complementary color
Monochromatic Colors of #03A3FB
Black with #03A3FB
Text Example
Text Example
White with #03A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A3FB; }
p { color: rgb(3,163,251); }
H1.HeaderClassName
{
color: #03A3FB;
}
.AnyTagClassName
{
color: #03A3FB;
}
</style>
background-color css
<style>
a { background-color: #03A3FB; }
a { background-color: rgb(3,163,251); }
div.DivClassName
{
background-color: #03A3FB;
}
.BgClassName
{
background-color: #03A3FB;
}
</style>
border-color css
<style>
span { border-color: #03A3FB; }
span { border-color: rgb(3,163,251); }
td.TdClassName
{
border-color: #03A3FB;
}
.TagClassName
{
border-color: #03A3FB;
}
</style>