Shades of Deep Sky Blue #1AB4EE
Tints of Deep Sky Blue #1AB4EE
RGB
CMYK
RGB Variations
Color information
#1AB4EE (or 0x1AB4EE) is known color: Deep Sky Blue. HEX triplet: 1A, B4 and EE. RGB value is (26,180,238). Sum of RGB (Red+Green+Blue) = 26+180+238=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #1AB4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB4EE is #E54B11. Grayscale: #8C8C8C. Windows color (decimal): -15026962 or 15643674. OLE color: 15643674.
HSL color Cylindrical-coordinate representation of color #1AB4EE: hue angle of 196.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB4EE is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 180 | 238 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.07 |
| HSL | 196.42º | 0.86% | 0.52% | - |
| HSV(B) | 196.42º | 0.89% | 0.93% | - |
| XYZ | 32.18 | 39.04 | 86.73 | - |
| YUV | 140.57 | 182.98 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 238 | 0.89 | 0.24 | 0 | 0.07 | 196.42 | 0.86 | 0.52 |
| Hex | 1A | B4 | EE | 59 | 18 | 0 | 7 | C4 | 56 | 34 |
| Octal | 32 | 264 | 356 | 131 | 30 | 0 | 7 | 304 | 126 | 64 |
| Binary | 11010 | 10110100 | 11101110 | 1011001 | 11000 | 0 | 111 | 11000100 | 1010110 | 110100 |
Color Harmonies of #1AB4EE
Complementary color
Monochromatic Colors of #1AB4EE
Black with #1AB4EE
Text Example
Text Example
White with #1AB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB4EE; }
p { color: rgb(26,180,238); }
H1.HeaderClassName
{
color: #1AB4EE;
}
.AnyTagClassName
{
color: #1AB4EE;
}
</style>
background-color css
<style>
a { background-color: #1AB4EE; }
a { background-color: rgb(26,180,238); }
div.DivClassName
{
background-color: #1AB4EE;
}
.BgClassName
{
background-color: #1AB4EE;
}
</style>
border-color css
<style>
span { border-color: #1AB4EE; }
span { border-color: rgb(26,180,238); }
td.TdClassName
{
border-color: #1AB4EE;
}
.TagClassName
{
border-color: #1AB4EE;
}
</style>