Shades of Deep Sky Blue #03B7FE
Tints of Deep Sky Blue #03B7FE
RGB
CMYK
RGB Variations
Color information
#03B7FE (or 0x03B7FE) is known color: Deep Sky Blue. HEX triplet: 03, B7 and FE. RGB value is (3,183,254). Sum of RGB (Red+Green+Blue) = 3+183+254=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #03B7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B7FE is #FC4801. Grayscale: #888888. Windows color (decimal): -16533506 or 16692995. OLE color: 16692995.
HSL color Cylindrical-coordinate representation of color #03B7FE: hue angle of 196.97º 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 #03B7FE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 183 | 254 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.00 |
| HSL | 196.97º | 0.99% | 0.5% | - |
| HSV(B) | 196.97º | 0.99% | 1% | - |
| XYZ | 34.86 | 41.04 | 99.85 | - |
| YUV | 137.27 | 193.87 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 254 | 0.99 | 0.28 | 0 | 0.00 | 196.97 | 0.99 | 0.5 |
| Hex | 3 | B7 | FE | 63 | 1C | 0 | 0 | C5 | 63 | 32 |
| Octal | 3 | 267 | 376 | 143 | 34 | 0 | 0 | 305 | 143 | 62 |
| Binary | 11 | 10110111 | 11111110 | 1100011 | 11100 | 0 | 0 | 11000101 | 1100011 | 110010 |
Color Harmonies of #03B7FE
Complementary color
Monochromatic Colors of #03B7FE
Black with #03B7FE
Text Example
Text Example
White with #03B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B7FE; }
p { color: rgb(3,183,254); }
H1.HeaderClassName
{
color: #03B7FE;
}
.AnyTagClassName
{
color: #03B7FE;
}
</style>
background-color css
<style>
a { background-color: #03B7FE; }
a { background-color: rgb(3,183,254); }
div.DivClassName
{
background-color: #03B7FE;
}
.BgClassName
{
background-color: #03B7FE;
}
</style>
border-color css
<style>
span { border-color: #03B7FE; }
span { border-color: rgb(3,183,254); }
td.TdClassName
{
border-color: #03B7FE;
}
.TagClassName
{
border-color: #03B7FE;
}
</style>