Shades of Deep Sky Blue #03BAFC
Tints of Deep Sky Blue #03BAFC
RGB
CMYK
RGB Variations
Color information
#03BAFC (or 0x03BAFC) is known color: Deep Sky Blue. HEX triplet: 03, BA and FC. RGB value is (3,186,252). Sum of RGB (Red+Green+Blue) = 3+186+252=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #03BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAFC is #FC4503. Grayscale: #8A8A8A. Windows color (decimal): -16532740 or 16562691. OLE color: 16562691.
HSL color Cylindrical-coordinate representation of color #03BAFC: hue angle of 195.9º 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 #03BAFC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 186 | 252 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.01 |
| HSL | 195.9º | 0.98% | 0.5% | - |
| HSV(B) | 195.9º | 0.99% | 0.99% | - |
| XYZ | 35.17 | 42.17 | 98.38 | - |
| YUV | 138.81 | 191.87 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 252 | 0.99 | 0.26 | 0 | 0.01 | 195.9 | 0.98 | 0.5 |
| Hex | 3 | BA | FC | 63 | 1A | 0 | 1 | C4 | 62 | 32 |
| Octal | 3 | 272 | 374 | 143 | 32 | 0 | 1 | 304 | 142 | 62 |
| Binary | 11 | 10111010 | 11111100 | 1100011 | 11010 | 0 | 1 | 11000100 | 1100010 | 110010 |
Color Harmonies of #03BAFC
Complementary color
Monochromatic Colors of #03BAFC
Black with #03BAFC
Text Example
Text Example
White with #03BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BAFC; }
p { color: rgb(3,186,252); }
H1.HeaderClassName
{
color: #03BAFC;
}
.AnyTagClassName
{
color: #03BAFC;
}
</style>
background-color css
<style>
a { background-color: #03BAFC; }
a { background-color: rgb(3,186,252); }
div.DivClassName
{
background-color: #03BAFC;
}
.BgClassName
{
background-color: #03BAFC;
}
</style>
border-color css
<style>
span { border-color: #03BAFC; }
span { border-color: rgb(3,186,252); }
td.TdClassName
{
border-color: #03BAFC;
}
.TagClassName
{
border-color: #03BAFC;
}
</style>