Shades of Deep Sky Blue #1ABEF4
Tints of Deep Sky Blue #1ABEF4
RGB
CMYK
RGB Variations
Color information
#1ABEF4 (or 0x1ABEF4) is known color: Deep Sky Blue. HEX triplet: 1A, BE and F4. RGB value is (26,190,244). Sum of RGB (Red+Green+Blue) = 26+190+244=460 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.65% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #1ABEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEF4 is #E5410B. Grayscale: #929292. Windows color (decimal): -15024396 or 16039450. OLE color: 16039450.
HSL color Cylindrical-coordinate representation of color #1ABEF4: hue angle of 194.86º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABEF4 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 190 | 244 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.04 |
| HSL | 194.86º | 0.91% | 0.53% | - |
| HSV(B) | 194.86º | 0.89% | 0.96% | - |
| XYZ | 35.17 | 43.58 | 92.15 | - |
| YUV | 147.12 | 182.67 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 244 | 0.89 | 0.22 | 0 | 0.04 | 194.86 | 0.91 | 0.53 |
| Hex | 1A | BE | F4 | 59 | 16 | 0 | 4 | C3 | 5B | 35 |
| Octal | 32 | 276 | 364 | 131 | 26 | 0 | 4 | 303 | 133 | 65 |
| Binary | 11010 | 10111110 | 11110100 | 1011001 | 10110 | 0 | 100 | 11000011 | 1011011 | 110101 |
Color Harmonies of #1ABEF4
Complementary color
Monochromatic Colors of #1ABEF4
Black with #1ABEF4
Text Example
Text Example
White with #1ABEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEF4; }
p { color: rgb(26,190,244); }
H1.HeaderClassName
{
color: #1ABEF4;
}
.AnyTagClassName
{
color: #1ABEF4;
}
</style>
background-color css
<style>
a { background-color: #1ABEF4; }
a { background-color: rgb(26,190,244); }
div.DivClassName
{
background-color: #1ABEF4;
}
.BgClassName
{
background-color: #1ABEF4;
}
</style>
border-color css
<style>
span { border-color: #1ABEF4; }
span { border-color: rgb(26,190,244); }
td.TdClassName
{
border-color: #1ABEF4;
}
.TagClassName
{
border-color: #1ABEF4;
}
</style>