Shades of Deep Sky Blue #03A2FB
Tints of Deep Sky Blue #03A2FB
RGB
CMYK
RGB Variations
Color information
#03A2FB (or 0x03A2FB) is known color: Deep Sky Blue. HEX triplet: 03, A2 and FB. RGB value is (3,162,251). Sum of RGB (Red+Green+Blue) = 3+162+251=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #03A2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A2FB is #FC5D04. Grayscale: #7C7C7C. Windows color (decimal): -16538885 or 16491011. OLE color: 16491011.
HSL color Cylindrical-coordinate representation of color #03A2FB: hue angle of 201.53º 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 #03A2FB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 162 | 251 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.02 |
| HSL | 201.53º | 0.98% | 0.5% | - |
| HSV(B) | 201.53º | 0.99% | 0.98% | - |
| XYZ | 30.37 | 32.83 | 96 | - |
| YUV | 124.61 | 199.32 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 251 | 0.99 | 0.35 | 0 | 0.02 | 201.53 | 0.98 | 0.5 |
| Hex | 3 | A2 | FB | 63 | 23 | 0 | 2 | CA | 62 | 32 |
| Octal | 3 | 242 | 373 | 143 | 43 | 0 | 2 | 312 | 142 | 62 |
| Binary | 11 | 10100010 | 11111011 | 1100011 | 100011 | 0 | 10 | 11001010 | 1100010 | 110010 |
Color Harmonies of #03A2FB
Complementary color
Monochromatic Colors of #03A2FB
Black with #03A2FB
Text Example
Text Example
White with #03A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2FB; }
p { color: rgb(3,162,251); }
H1.HeaderClassName
{
color: #03A2FB;
}
.AnyTagClassName
{
color: #03A2FB;
}
</style>
background-color css
<style>
a { background-color: #03A2FB; }
a { background-color: rgb(3,162,251); }
div.DivClassName
{
background-color: #03A2FB;
}
.BgClassName
{
background-color: #03A2FB;
}
</style>
border-color css
<style>
span { border-color: #03A2FB; }
span { border-color: rgb(3,162,251); }
td.TdClassName
{
border-color: #03A2FB;
}
.TagClassName
{
border-color: #03A2FB;
}
</style>