Shades of Deep Sky Blue #03BCFC
Tints of Deep Sky Blue #03BCFC
RGB
CMYK
RGB Variations
Color information
#03BCFC (or 0x03BCFC) is known color: Deep Sky Blue. HEX triplet: 03, BC and FC. RGB value is (3,188,252). Sum of RGB (Red+Green+Blue) = 3+188+252=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #03BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCFC is #FC4303. Grayscale: #8B8B8B. Windows color (decimal): -16532228 or 16563203. OLE color: 16563203.
HSL color Cylindrical-coordinate representation of color #03BCFC: hue angle of 195.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCFC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 188 | 252 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.01 |
| HSL | 195.42º | 0.98% | 0.5% | - |
| HSV(B) | 195.42º | 0.99% | 0.99% | - |
| XYZ | 35.59 | 43.01 | 98.52 | - |
| YUV | 139.98 | 191.21 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 252 | 0.99 | 0.25 | 0 | 0.01 | 195.42 | 0.98 | 0.5 |
| Hex | 3 | BC | FC | 63 | 19 | 0 | 1 | C3 | 62 | 32 |
| Octal | 3 | 274 | 374 | 143 | 31 | 0 | 1 | 303 | 142 | 62 |
| Binary | 11 | 10111100 | 11111100 | 1100011 | 11001 | 0 | 1 | 11000011 | 1100010 | 110010 |
Color Harmonies of #03BCFC
Complementary color
Monochromatic Colors of #03BCFC
Black with #03BCFC
Text Example
Text Example
White with #03BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCFC; }
p { color: rgb(3,188,252); }
H1.HeaderClassName
{
color: #03BCFC;
}
.AnyTagClassName
{
color: #03BCFC;
}
</style>
background-color css
<style>
a { background-color: #03BCFC; }
a { background-color: rgb(3,188,252); }
div.DivClassName
{
background-color: #03BCFC;
}
.BgClassName
{
background-color: #03BCFC;
}
</style>
border-color css
<style>
span { border-color: #03BCFC; }
span { border-color: rgb(3,188,252); }
td.TdClassName
{
border-color: #03BCFC;
}
.TagClassName
{
border-color: #03BCFC;
}
</style>