Shades of Deep Sky Blue #03B9FA
Tints of Deep Sky Blue #03B9FA
RGB
CMYK
RGB Variations
Color information
#03B9FA (or 0x03B9FA) is known color: Deep Sky Blue. HEX triplet: 03, B9 and FA. RGB value is (3,185,250). Sum of RGB (Red+Green+Blue) = 3+185+250=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #03B9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B9FA is #FC4605. Grayscale: #898989. Windows color (decimal): -16532998 or 16431363. OLE color: 16431363.
HSL color Cylindrical-coordinate representation of color #03B9FA: hue angle of 195.79º 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 #03B9FA is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 185 | 250 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.02 |
| HSL | 195.79º | 0.98% | 0.5% | - |
| HSV(B) | 195.79º | 0.99% | 0.98% | - |
| XYZ | 34.64 | 41.62 | 96.65 | - |
| YUV | 137.99 | 191.2 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 185 | 250 | 0.99 | 0.26 | 0 | 0.02 | 195.79 | 0.98 | 0.5 |
| Hex | 3 | B9 | FA | 63 | 1A | 0 | 2 | C4 | 62 | 32 |
| Octal | 3 | 271 | 372 | 143 | 32 | 0 | 2 | 304 | 142 | 62 |
| Binary | 11 | 10111001 | 11111010 | 1100011 | 11010 | 0 | 10 | 11000100 | 1100010 | 110010 |
Color Harmonies of #03B9FA
Complementary color
Monochromatic Colors of #03B9FA
Black with #03B9FA
Text Example
Text Example
White with #03B9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B9FA; }
p { color: rgb(3,185,250); }
H1.HeaderClassName
{
color: #03B9FA;
}
.AnyTagClassName
{
color: #03B9FA;
}
</style>
background-color css
<style>
a { background-color: #03B9FA; }
a { background-color: rgb(3,185,250); }
div.DivClassName
{
background-color: #03B9FA;
}
.BgClassName
{
background-color: #03B9FA;
}
</style>
border-color css
<style>
span { border-color: #03B9FA; }
span { border-color: rgb(3,185,250); }
td.TdClassName
{
border-color: #03B9FA;
}
.TagClassName
{
border-color: #03B9FA;
}
</style>