Shades of Deep Sky Blue #04B1F1
Tints of Deep Sky Blue #04B1F1
RGB
CMYK
RGB Variations
Color information
#04B1F1 (or 0x04B1F1) is known color: Deep Sky Blue. HEX triplet: 04, B1 and F1. RGB value is (4,177,241). Sum of RGB (Red+Green+Blue) = 4+177+241=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #04B1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B1F1 is #FB4E0E. Grayscale: #848484. Windows color (decimal): -16469519 or 15839492. OLE color: 15839492.
HSL color Cylindrical-coordinate representation of color #04B1F1: hue angle of 196.2º 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 #04B1F1 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 177 | 241 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.05 |
| HSL | 196.2º | 0.97% | 0.48% | - |
| HSV(B) | 196.2º | 0.98% | 0.95% | - |
| XYZ | 31.65 | 37.82 | 88.85 | - |
| YUV | 132.57 | 189.19 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 177 | 241 | 0.98 | 0.27 | 0 | 0.05 | 196.2 | 0.97 | 0.48 |
| Hex | 4 | B1 | F1 | 62 | 1B | 0 | 5 | C4 | 61 | 30 |
| Octal | 4 | 261 | 361 | 142 | 33 | 0 | 5 | 304 | 141 | 60 |
| Binary | 100 | 10110001 | 11110001 | 1100010 | 11011 | 0 | 101 | 11000100 | 1100001 | 110000 |
Color Harmonies of #04B1F1
Complementary color
Monochromatic Colors of #04B1F1
Black with #04B1F1
Text Example
Text Example
White with #04B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B1F1; }
p { color: rgb(4,177,241); }
H1.HeaderClassName
{
color: #04B1F1;
}
.AnyTagClassName
{
color: #04B1F1;
}
</style>
background-color css
<style>
a { background-color: #04B1F1; }
a { background-color: rgb(4,177,241); }
div.DivClassName
{
background-color: #04B1F1;
}
.BgClassName
{
background-color: #04B1F1;
}
</style>
border-color css
<style>
span { border-color: #04B1F1; }
span { border-color: rgb(4,177,241); }
td.TdClassName
{
border-color: #04B1F1;
}
.TagClassName
{
border-color: #04B1F1;
}
</style>