Shades of Deep Sky Blue #03A2FE
Tints of Deep Sky Blue #03A2FE
RGB
CMYK
RGB Variations
Color information
#03A2FE (or 0x03A2FE) is known color: Deep Sky Blue. HEX triplet: 03, A2 and FE. RGB value is (3,162,254). Sum of RGB (Red+Green+Blue) = 3+162+254=419 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #03A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A2FE is #FC5D01. Grayscale: #7C7C7C. Windows color (decimal): -16538882 or 16687619. OLE color: 16687619.
HSL color Cylindrical-coordinate representation of color #03A2FE: hue angle of 201.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A2FE is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 162 | 254 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.00 |
| HSL | 201.99º | 0.99% | 0.5% | - |
| HSV(B) | 201.99º | 0.99% | 1% | - |
| XYZ | 30.85 | 33.02 | 98.51 | - |
| YUV | 124.95 | 200.82 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 254 | 0.99 | 0.36 | 0 | 0.00 | 201.99 | 0.99 | 0.5 |
| Hex | 3 | A2 | FE | 63 | 24 | 0 | 0 | CA | 63 | 32 |
| Octal | 3 | 242 | 376 | 143 | 44 | 0 | 0 | 312 | 143 | 62 |
| Binary | 11 | 10100010 | 11111110 | 1100011 | 100100 | 0 | 0 | 11001010 | 1100011 | 110010 |
Color Harmonies of #03A2FE
Complementary color
Monochromatic Colors of #03A2FE
Black with #03A2FE
Text Example
Text Example
White with #03A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2FE; }
p { color: rgb(3,162,254); }
H1.HeaderClassName
{
color: #03A2FE;
}
.AnyTagClassName
{
color: #03A2FE;
}
</style>
background-color css
<style>
a { background-color: #03A2FE; }
a { background-color: rgb(3,162,254); }
div.DivClassName
{
background-color: #03A2FE;
}
.BgClassName
{
background-color: #03A2FE;
}
</style>
border-color css
<style>
span { border-color: #03A2FE; }
span { border-color: rgb(3,162,254); }
td.TdClassName
{
border-color: #03A2FE;
}
.TagClassName
{
border-color: #03A2FE;
}
</style>