Shades of Deep Sky Blue #04BFE7
Tints of Deep Sky Blue #04BFE7
RGB
CMYK
RGB Variations
Color information
#04BFE7 (or 0x04BFE7) is known color: Deep Sky Blue. HEX triplet: 04, BF and E7. RGB value is (4,191,231). Sum of RGB (Red+Green+Blue) = 4+191+231=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #04BFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFE7 is #FB4018. Grayscale: #8B8B8B. Windows color (decimal): -16465945 or 15187716. OLE color: 15187716.
HSL color Cylindrical-coordinate representation of color #04BFE7: hue angle of 190.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFE7 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 191 | 231 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.09 |
| HSL | 190.57º | 0.97% | 0.46% | - |
| HSV(B) | 190.57º | 0.98% | 0.91% | - |
| XYZ | 33.1 | 43.06 | 82.17 | - |
| YUV | 139.65 | 179.55 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 231 | 0.98 | 0.17 | 0 | 0.09 | 190.57 | 0.97 | 0.46 |
| Hex | 4 | BF | E7 | 62 | 11 | 0 | 9 | BF | 61 | 2E |
| Octal | 4 | 277 | 347 | 142 | 21 | 0 | 11 | 277 | 141 | 56 |
| Binary | 100 | 10111111 | 11100111 | 1100010 | 10001 | 0 | 1001 | 10111111 | 1100001 | 101110 |
Color Harmonies of #04BFE7
Complementary color
Monochromatic Colors of #04BFE7
Black with #04BFE7
Text Example
Text Example
White with #04BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFE7; }
p { color: rgb(4,191,231); }
H1.HeaderClassName
{
color: #04BFE7;
}
.AnyTagClassName
{
color: #04BFE7;
}
</style>
background-color css
<style>
a { background-color: #04BFE7; }
a { background-color: rgb(4,191,231); }
div.DivClassName
{
background-color: #04BFE7;
}
.BgClassName
{
background-color: #04BFE7;
}
</style>
border-color css
<style>
span { border-color: #04BFE7; }
span { border-color: rgb(4,191,231); }
td.TdClassName
{
border-color: #04BFE7;
}
.TagClassName
{
border-color: #04BFE7;
}
</style>