Shades of Deep Sky Blue #03BCFF
Tints of Deep Sky Blue #03BCFF
RGB
CMYK
RGB Variations
Color information
#03BCFF (or 0x03BCFF) is known color: Deep Sky Blue. HEX triplet: 03, BC and FF. RGB value is (3,188,255). Sum of RGB (Red+Green+Blue) = 3+188+255=446 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #03BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCFF is #FC4300. Grayscale: #8B8B8B. Windows color (decimal): -16532225 or 16759811. OLE color: 16759811.
HSL color Cylindrical-coordinate representation of color #03BCFF: hue angle of 195.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCFF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 188 | 255 | - |
| CMYK | 0.99 | 0.26 | 0 | 0 |
| HSL | 195.95º | 1% | 0.51% | - |
| HSV(B) | 195.95º | 0.99% | 1% | - |
| XYZ | 36.07 | 43.21 | 101.05 | - |
| YUV | 140.32 | 192.71 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 255 | 0.99 | 0.26 | 0 | 0 | 195.95 | 1 | 0.51 |
| Hex | 3 | BC | FF | 63 | 1A | 0 | 0 | C4 | 64 | 33 |
| Octal | 3 | 274 | 377 | 143 | 32 | 0 | 0 | 304 | 144 | 63 |
| Binary | 11 | 10111100 | 11111111 | 1100011 | 11010 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #03BCFF
Complementary color
Monochromatic Colors of #03BCFF
Black with #03BCFF
Text Example
Text Example
White with #03BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCFF; }
p { color: rgb(3,188,255); }
H1.HeaderClassName
{
color: #03BCFF;
}
.AnyTagClassName
{
color: #03BCFF;
}
</style>
background-color css
<style>
a { background-color: #03BCFF; }
a { background-color: rgb(3,188,255); }
div.DivClassName
{
background-color: #03BCFF;
}
.BgClassName
{
background-color: #03BCFF;
}
</style>
border-color css
<style>
span { border-color: #03BCFF; }
span { border-color: rgb(3,188,255); }
td.TdClassName
{
border-color: #03BCFF;
}
.TagClassName
{
border-color: #03BCFF;
}
</style>