Shades of Deep Sky Blue #03BFEC
Tints of Deep Sky Blue #03BFEC
RGB
CMYK
RGB Variations
Color information
#03BFEC (or 0x03BFEC) is known color: Deep Sky Blue. HEX triplet: 03, BF and EC. RGB value is (3,191,236). Sum of RGB (Red+Green+Blue) = 3+191+236=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #03BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFEC is #FC4013. Grayscale: #8B8B8B. Windows color (decimal): -16531476 or 15515395. OLE color: 15515395.
HSL color Cylindrical-coordinate representation of color #03BFEC: hue angle of 191.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFEC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 191 | 236 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.07 |
| HSL | 191.59º | 0.97% | 0.47% | - |
| HSV(B) | 191.59º | 0.99% | 0.93% | - |
| XYZ | 33.81 | 43.34 | 85.94 | - |
| YUV | 139.92 | 182.22 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 236 | 0.99 | 0.19 | 0 | 0.07 | 191.59 | 0.97 | 0.47 |
| Hex | 3 | BF | EC | 63 | 13 | 0 | 7 | C0 | 61 | 2F |
| Octal | 3 | 277 | 354 | 143 | 23 | 0 | 7 | 300 | 141 | 57 |
| Binary | 11 | 10111111 | 11101100 | 1100011 | 10011 | 0 | 111 | 11000000 | 1100001 | 101111 |
Color Harmonies of #03BFEC
Complementary color
Monochromatic Colors of #03BFEC
Black with #03BFEC
Text Example
Text Example
White with #03BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFEC; }
p { color: rgb(3,191,236); }
H1.HeaderClassName
{
color: #03BFEC;
}
.AnyTagClassName
{
color: #03BFEC;
}
</style>
background-color css
<style>
a { background-color: #03BFEC; }
a { background-color: rgb(3,191,236); }
div.DivClassName
{
background-color: #03BFEC;
}
.BgClassName
{
background-color: #03BFEC;
}
</style>
border-color css
<style>
span { border-color: #03BFEC; }
span { border-color: rgb(3,191,236); }
td.TdClassName
{
border-color: #03BFEC;
}
.TagClassName
{
border-color: #03BFEC;
}
</style>