Shades of Deep Sky Blue #04ABFB
Tints of Deep Sky Blue #04ABFB
RGB
CMYK
RGB Variations
Color information
#04ABFB (or 0x04ABFB) is known color: Deep Sky Blue. HEX triplet: 04, AB and FB. RGB value is (4,171,251). Sum of RGB (Red+Green+Blue) = 4+171+251=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #04ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ABFB is #FB5404. Grayscale: #818181. Windows color (decimal): -16471045 or 16493316. OLE color: 16493316.
HSL color Cylindrical-coordinate representation of color #04ABFB: hue angle of 199.43º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABFB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 171 | 251 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.02 |
| HSL | 199.43º | 0.97% | 0.5% | - |
| HSV(B) | 199.43º | 0.98% | 0.98% | - |
| XYZ | 32.03 | 36.12 | 96.55 | - |
| YUV | 130.19 | 196.17 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 251 | 0.98 | 0.32 | 0 | 0.02 | 199.43 | 0.97 | 0.5 |
| Hex | 4 | AB | FB | 62 | 20 | 0 | 2 | C7 | 61 | 32 |
| Octal | 4 | 253 | 373 | 142 | 40 | 0 | 2 | 307 | 141 | 62 |
| Binary | 100 | 10101011 | 11111011 | 1100010 | 100000 | 0 | 10 | 11000111 | 1100001 | 110010 |
Color Harmonies of #04ABFB
Complementary color
Monochromatic Colors of #04ABFB
Black with #04ABFB
Text Example
Text Example
White with #04ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABFB; }
p { color: rgb(4,171,251); }
H1.HeaderClassName
{
color: #04ABFB;
}
.AnyTagClassName
{
color: #04ABFB;
}
</style>
background-color css
<style>
a { background-color: #04ABFB; }
a { background-color: rgb(4,171,251); }
div.DivClassName
{
background-color: #04ABFB;
}
.BgClassName
{
background-color: #04ABFB;
}
</style>
border-color css
<style>
span { border-color: #04ABFB; }
span { border-color: rgb(4,171,251); }
td.TdClassName
{
border-color: #04ABFB;
}
.TagClassName
{
border-color: #04ABFB;
}
</style>