Shades of Deep Sky Blue #1ABEFE
Tints of Deep Sky Blue #1ABEFE
RGB
CMYK
RGB Variations
Color information
#1ABEFE (or 0x1ABEFE) is known color: Deep Sky Blue. HEX triplet: 1A, BE and FE. RGB value is (26,190,254). Sum of RGB (Red+Green+Blue) = 26+190+254=470 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.53% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ABEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEFE is #E54101. Grayscale: #939393. Windows color (decimal): -15024386 or 16694810. OLE color: 16694810.
HSL color Cylindrical-coordinate representation of color #1ABEFE: hue angle of 196.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABEFE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 190 | 254 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.00 |
| HSL | 196.84º | 0.99% | 0.55% | - |
| HSV(B) | 196.84º | 0.9% | 1% | - |
| XYZ | 36.73 | 44.2 | 100.36 | - |
| YUV | 148.26 | 187.67 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 254 | 0.90 | 0.25 | 0 | 0.00 | 196.84 | 0.99 | 0.55 |
| Hex | 1A | BE | FE | 5A | 19 | 0 | 0 | C5 | 63 | 37 |
| Octal | 32 | 276 | 376 | 132 | 31 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11010 | 10111110 | 11111110 | 1011010 | 11001 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #1ABEFE
Complementary color
Monochromatic Colors of #1ABEFE
Black with #1ABEFE
Text Example
Text Example
White with #1ABEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEFE; }
p { color: rgb(26,190,254); }
H1.HeaderClassName
{
color: #1ABEFE;
}
.AnyTagClassName
{
color: #1ABEFE;
}
</style>
background-color css
<style>
a { background-color: #1ABEFE; }
a { background-color: rgb(26,190,254); }
div.DivClassName
{
background-color: #1ABEFE;
}
.BgClassName
{
background-color: #1ABEFE;
}
</style>
border-color css
<style>
span { border-color: #1ABEFE; }
span { border-color: rgb(26,190,254); }
td.TdClassName
{
border-color: #1ABEFE;
}
.TagClassName
{
border-color: #1ABEFE;
}
</style>