Shades of Deep Sky Blue #04BFEE
Tints of Deep Sky Blue #04BFEE
RGB
CMYK
RGB Variations
Color information
#04BFEE (or 0x04BFEE) is known color: Deep Sky Blue. HEX triplet: 04, BF and EE. RGB value is (4,191,238). Sum of RGB (Red+Green+Blue) = 4+191+238=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #04BFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFEE is #FB4011. Grayscale: #8C8C8C. Windows color (decimal): -16465938 or 15646468. OLE color: 15646468.
HSL color Cylindrical-coordinate representation of color #04BFEE: hue angle of 192.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFEE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 191 | 238 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.07 |
| HSL | 192.05º | 0.97% | 0.47% | - |
| HSV(B) | 192.05º | 0.98% | 0.93% | - |
| XYZ | 34.11 | 43.46 | 87.48 | - |
| YUV | 140.45 | 183.05 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 238 | 0.98 | 0.20 | 0 | 0.07 | 192.05 | 0.97 | 0.47 |
| Hex | 4 | BF | EE | 62 | 14 | 0 | 7 | C0 | 61 | 2F |
| Octal | 4 | 277 | 356 | 142 | 24 | 0 | 7 | 300 | 141 | 57 |
| Binary | 100 | 10111111 | 11101110 | 1100010 | 10100 | 0 | 111 | 11000000 | 1100001 | 101111 |
Color Harmonies of #04BFEE
Complementary color
Monochromatic Colors of #04BFEE
Black with #04BFEE
Text Example
Text Example
White with #04BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFEE; }
p { color: rgb(4,191,238); }
H1.HeaderClassName
{
color: #04BFEE;
}
.AnyTagClassName
{
color: #04BFEE;
}
</style>
background-color css
<style>
a { background-color: #04BFEE; }
a { background-color: rgb(4,191,238); }
div.DivClassName
{
background-color: #04BFEE;
}
.BgClassName
{
background-color: #04BFEE;
}
</style>
border-color css
<style>
span { border-color: #04BFEE; }
span { border-color: rgb(4,191,238); }
td.TdClassName
{
border-color: #04BFEE;
}
.TagClassName
{
border-color: #04BFEE;
}
</style>