Shades of Deep Sky Blue #03B2FA
Tints of Deep Sky Blue #03B2FA
RGB
CMYK
RGB Variations
Color information
#03B2FA (or 0x03B2FA) is known color: Deep Sky Blue. HEX triplet: 03, B2 and FA. RGB value is (3,178,250). Sum of RGB (Red+Green+Blue) = 3+178+250=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #03B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03B2FA is #FC4D05. Grayscale: #858585. Windows color (decimal): -16534790 or 16429571. OLE color: 16429571.
HSL color Cylindrical-coordinate representation of color #03B2FA: hue angle of 197.49º 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 #03B2FA is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 178 | 250 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.02 |
| HSL | 197.49º | 0.98% | 0.5% | - |
| HSV(B) | 197.49º | 0.99% | 0.98% | - |
| XYZ | 33.21 | 38.76 | 96.17 | - |
| YUV | 133.88 | 193.52 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 250 | 0.99 | 0.29 | 0 | 0.02 | 197.49 | 0.98 | 0.5 |
| Hex | 3 | B2 | FA | 63 | 1D | 0 | 2 | C5 | 62 | 32 |
| Octal | 3 | 262 | 372 | 143 | 35 | 0 | 2 | 305 | 142 | 62 |
| Binary | 11 | 10110010 | 11111010 | 1100011 | 11101 | 0 | 10 | 11000101 | 1100010 | 110010 |
Color Harmonies of #03B2FA
Complementary color
Monochromatic Colors of #03B2FA
Black with #03B2FA
Text Example
Text Example
White with #03B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B2FA; }
p { color: rgb(3,178,250); }
H1.HeaderClassName
{
color: #03B2FA;
}
.AnyTagClassName
{
color: #03B2FA;
}
</style>
background-color css
<style>
a { background-color: #03B2FA; }
a { background-color: rgb(3,178,250); }
div.DivClassName
{
background-color: #03B2FA;
}
.BgClassName
{
background-color: #03B2FA;
}
</style>
border-color css
<style>
span { border-color: #03B2FA; }
span { border-color: rgb(3,178,250); }
td.TdClassName
{
border-color: #03B2FA;
}
.TagClassName
{
border-color: #03B2FA;
}
</style>