Shades of Deep Sky Blue #03A1FE
Tints of Deep Sky Blue #03A1FE
RGB
CMYK
RGB Variations
Color information
#03A1FE (or 0x03A1FE) is known color: Deep Sky Blue. HEX triplet: 03, A1 and FE. RGB value is (3,161,254). Sum of RGB (Red+Green+Blue) = 3+161+254=418 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #03A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1FE is #FC5E01. Grayscale: #7B7B7B. Windows color (decimal): -16539138 or 16687363. OLE color: 16687363.
HSL color Cylindrical-coordinate representation of color #03A1FE: hue angle of 202.23º 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 #03A1FE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 161 | 254 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.00 |
| HSL | 202.23º | 0.99% | 0.5% | - |
| HSV(B) | 202.23º | 0.99% | 1% | - |
| XYZ | 30.67 | 32.66 | 98.45 | - |
| YUV | 124.36 | 201.15 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 161 | 254 | 0.99 | 0.37 | 0 | 0.00 | 202.23 | 0.99 | 0.5 |
| Hex | 3 | A1 | FE | 63 | 25 | 0 | 0 | CA | 63 | 32 |
| Octal | 3 | 241 | 376 | 143 | 45 | 0 | 0 | 312 | 143 | 62 |
| Binary | 11 | 10100001 | 11111110 | 1100011 | 100101 | 0 | 0 | 11001010 | 1100011 | 110010 |
Color Harmonies of #03A1FE
Complementary color
Monochromatic Colors of #03A1FE
Black with #03A1FE
Text Example
Text Example
White with #03A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A1FE; }
p { color: rgb(3,161,254); }
H1.HeaderClassName
{
color: #03A1FE;
}
.AnyTagClassName
{
color: #03A1FE;
}
</style>
background-color css
<style>
a { background-color: #03A1FE; }
a { background-color: rgb(3,161,254); }
div.DivClassName
{
background-color: #03A1FE;
}
.BgClassName
{
background-color: #03A1FE;
}
</style>
border-color css
<style>
span { border-color: #03A1FE; }
span { border-color: rgb(3,161,254); }
td.TdClassName
{
border-color: #03A1FE;
}
.TagClassName
{
border-color: #03A1FE;
}
</style>