Shades of Deep Sky Blue #03B7FA
Tints of Deep Sky Blue #03B7FA
RGB
CMYK
RGB Variations
Color information
#03B7FA (or 0x03B7FA) is known color: Deep Sky Blue. HEX triplet: 03, B7 and FA. RGB value is (3,183,250). Sum of RGB (Red+Green+Blue) = 3+183+250=436 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #03B7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B7FA is #FC4805. Grayscale: #888888. Windows color (decimal): -16533510 or 16430851. OLE color: 16430851.
HSL color Cylindrical-coordinate representation of color #03B7FA: hue angle of 196.28º 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 #03B7FA is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 183 | 250 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.02 |
| HSL | 196.28º | 0.98% | 0.5% | - |
| HSV(B) | 196.28º | 0.99% | 0.98% | - |
| XYZ | 34.23 | 40.79 | 96.51 | - |
| YUV | 136.82 | 191.87 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 250 | 0.99 | 0.27 | 0 | 0.02 | 196.28 | 0.98 | 0.5 |
| Hex | 3 | B7 | FA | 63 | 1B | 0 | 2 | C4 | 62 | 32 |
| Octal | 3 | 267 | 372 | 143 | 33 | 0 | 2 | 304 | 142 | 62 |
| Binary | 11 | 10110111 | 11111010 | 1100011 | 11011 | 0 | 10 | 11000100 | 1100010 | 110010 |
Color Harmonies of #03B7FA
Complementary color
Monochromatic Colors of #03B7FA
Black with #03B7FA
Text Example
Text Example
White with #03B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B7FA; }
p { color: rgb(3,183,250); }
H1.HeaderClassName
{
color: #03B7FA;
}
.AnyTagClassName
{
color: #03B7FA;
}
</style>
background-color css
<style>
a { background-color: #03B7FA; }
a { background-color: rgb(3,183,250); }
div.DivClassName
{
background-color: #03B7FA;
}
.BgClassName
{
background-color: #03B7FA;
}
</style>
border-color css
<style>
span { border-color: #03B7FA; }
span { border-color: rgb(3,183,250); }
td.TdClassName
{
border-color: #03B7FA;
}
.TagClassName
{
border-color: #03B7FA;
}
</style>