Shades of Deep Sky Blue #03BAFE
Tints of Deep Sky Blue #03BAFE
RGB
CMYK
RGB Variations
Color information
#03BAFE (or 0x03BAFE) is known color: Deep Sky Blue. HEX triplet: 03, BA and FE. RGB value is (3,186,254). Sum of RGB (Red+Green+Blue) = 3+186+254=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #03BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAFE is #FC4501. Grayscale: #8A8A8A. Windows color (decimal): -16532738 or 16693763. OLE color: 16693763.
HSL color Cylindrical-coordinate representation of color #03BAFE: hue angle of 196.25º 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 #03BAFE is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 186 | 254 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.00 |
| HSL | 196.26º | 0.99% | 0.5% | - |
| HSV(B) | 196.26º | 0.99% | 1% | - |
| XYZ | 35.49 | 42.29 | 100.06 | - |
| YUV | 139.04 | 192.87 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 254 | 0.99 | 0.27 | 0 | 0.00 | 196.26 | 0.99 | 0.5 |
| Hex | 3 | BA | FE | 63 | 1B | 0 | 0 | C4 | 63 | 32 |
| Octal | 3 | 272 | 376 | 143 | 33 | 0 | 0 | 304 | 143 | 62 |
| Binary | 11 | 10111010 | 11111110 | 1100011 | 11011 | 0 | 0 | 11000100 | 1100011 | 110010 |
Color Harmonies of #03BAFE
Complementary color
Monochromatic Colors of #03BAFE
Black with #03BAFE
Text Example
Text Example
White with #03BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BAFE; }
p { color: rgb(3,186,254); }
H1.HeaderClassName
{
color: #03BAFE;
}
.AnyTagClassName
{
color: #03BAFE;
}
</style>
background-color css
<style>
a { background-color: #03BAFE; }
a { background-color: rgb(3,186,254); }
div.DivClassName
{
background-color: #03BAFE;
}
.BgClassName
{
background-color: #03BAFE;
}
</style>
border-color css
<style>
span { border-color: #03BAFE; }
span { border-color: rgb(3,186,254); }
td.TdClassName
{
border-color: #03BAFE;
}
.TagClassName
{
border-color: #03BAFE;
}
</style>