Shades of Deep Sky Blue #04BFF3
Tints of Deep Sky Blue #04BFF3
RGB
CMYK
RGB Variations
Color information
#04BFF3 (or 0x04BFF3) is known color: Deep Sky Blue. HEX triplet: 04, BF and F3. RGB value is (4,191,243). Sum of RGB (Red+Green+Blue) = 4+191+243=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #04BFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFF3 is #FB400C. Grayscale: #8C8C8C. Windows color (decimal): -16465933 or 15974148. OLE color: 15974148.
HSL color Cylindrical-coordinate representation of color #04BFF3: hue angle of 193.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFF3 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 191 | 243 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.05 |
| HSL | 193.05º | 0.97% | 0.48% | - |
| HSV(B) | 193.05º | 0.98% | 0.95% | - |
| XYZ | 34.86 | 43.76 | 91.4 | - |
| YUV | 141.02 | 185.55 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 243 | 0.98 | 0.21 | 0 | 0.05 | 193.05 | 0.97 | 0.48 |
| Hex | 4 | BF | F3 | 62 | 15 | 0 | 5 | C1 | 61 | 30 |
| Octal | 4 | 277 | 363 | 142 | 25 | 0 | 5 | 301 | 141 | 60 |
| Binary | 100 | 10111111 | 11110011 | 1100010 | 10101 | 0 | 101 | 11000001 | 1100001 | 110000 |
Color Harmonies of #04BFF3
Complementary color
Monochromatic Colors of #04BFF3
Black with #04BFF3
Text Example
Text Example
White with #04BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFF3; }
p { color: rgb(4,191,243); }
H1.HeaderClassName
{
color: #04BFF3;
}
.AnyTagClassName
{
color: #04BFF3;
}
</style>
background-color css
<style>
a { background-color: #04BFF3; }
a { background-color: rgb(4,191,243); }
div.DivClassName
{
background-color: #04BFF3;
}
.BgClassName
{
background-color: #04BFF3;
}
</style>
border-color css
<style>
span { border-color: #04BFF3; }
span { border-color: rgb(4,191,243); }
td.TdClassName
{
border-color: #04BFF3;
}
.TagClassName
{
border-color: #04BFF3;
}
</style>