Shades of Deep Sky Blue #03BFE6
Tints of Deep Sky Blue #03BFE6
RGB
CMYK
RGB Variations
Color information
#03BFE6 (or 0x03BFE6) is known color: Deep Sky Blue. HEX triplet: 03, BF and E6. RGB value is (3,191,230). Sum of RGB (Red+Green+Blue) = 3+191+230=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #03BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFE6 is #FC4019. Grayscale: #8A8A8A. Windows color (decimal): -16531482 or 15122179. OLE color: 15122179.
HSL color Cylindrical-coordinate representation of color #03BFE6: hue angle of 190.31º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFE6 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 191 | 230 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.10 |
| HSL | 190.31º | 0.97% | 0.46% | - |
| HSV(B) | 190.31º | 0.99% | 0.9% | - |
| XYZ | 32.95 | 42.99 | 81.42 | - |
| YUV | 139.23 | 179.22 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 230 | 0.99 | 0.17 | 0 | 0.10 | 190.31 | 0.97 | 0.46 |
| Hex | 3 | BF | E6 | 63 | 11 | 0 | A | BE | 61 | 2E |
| Octal | 3 | 277 | 346 | 143 | 21 | 0 | 12 | 276 | 141 | 56 |
| Binary | 11 | 10111111 | 11100110 | 1100011 | 10001 | 0 | 1010 | 10111110 | 1100001 | 101110 |
Color Harmonies of #03BFE6
Complementary color
Monochromatic Colors of #03BFE6
Black with #03BFE6
Text Example
Text Example
White with #03BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFE6; }
p { color: rgb(3,191,230); }
H1.HeaderClassName
{
color: #03BFE6;
}
.AnyTagClassName
{
color: #03BFE6;
}
</style>
background-color css
<style>
a { background-color: #03BFE6; }
a { background-color: rgb(3,191,230); }
div.DivClassName
{
background-color: #03BFE6;
}
.BgClassName
{
background-color: #03BFE6;
}
</style>
border-color css
<style>
span { border-color: #03BFE6; }
span { border-color: rgb(3,191,230); }
td.TdClassName
{
border-color: #03BFE6;
}
.TagClassName
{
border-color: #03BFE6;
}
</style>