Shades of Deep Sky Blue #03B3FE
Tints of Deep Sky Blue #03B3FE
RGB
CMYK
RGB Variations
Color information
#03B3FE (or 0x03B3FE) is known color: Deep Sky Blue. HEX triplet: 03, B3 and FE. RGB value is (3,179,254). Sum of RGB (Red+Green+Blue) = 3+179+254=436 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #03B3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B3FE is #FC4C01. Grayscale: #868686. Windows color (decimal): -16534530 or 16691971. OLE color: 16691971.
HSL color Cylindrical-coordinate representation of color #03B3FE: hue angle of 197.93º 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 #03B3FE is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 179 | 254 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.00 |
| HSL | 197.93º | 0.99% | 0.5% | - |
| HSV(B) | 197.93º | 0.99% | 1% | - |
| XYZ | 34.05 | 39.42 | 99.58 | - |
| YUV | 134.93 | 195.19 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 179 | 254 | 0.99 | 0.30 | 0 | 0.00 | 197.93 | 0.99 | 0.5 |
| Hex | 3 | B3 | FE | 63 | 1E | 0 | 0 | C6 | 63 | 32 |
| Octal | 3 | 263 | 376 | 143 | 36 | 0 | 0 | 306 | 143 | 62 |
| Binary | 11 | 10110011 | 11111110 | 1100011 | 11110 | 0 | 0 | 11000110 | 1100011 | 110010 |
Color Harmonies of #03B3FE
Complementary color
Monochromatic Colors of #03B3FE
Black with #03B3FE
Text Example
Text Example
White with #03B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B3FE; }
p { color: rgb(3,179,254); }
H1.HeaderClassName
{
color: #03B3FE;
}
.AnyTagClassName
{
color: #03B3FE;
}
</style>
background-color css
<style>
a { background-color: #03B3FE; }
a { background-color: rgb(3,179,254); }
div.DivClassName
{
background-color: #03B3FE;
}
.BgClassName
{
background-color: #03B3FE;
}
</style>
border-color css
<style>
span { border-color: #03B3FE; }
span { border-color: rgb(3,179,254); }
td.TdClassName
{
border-color: #03B3FE;
}
.TagClassName
{
border-color: #03B3FE;
}
</style>