Shades of Deep Sky Blue #1ABEFA
Tints of Deep Sky Blue #1ABEFA
RGB
CMYK
RGB Variations
Color information
#1ABEFA (or 0x1ABEFA) is known color: Deep Sky Blue. HEX triplet: 1A, BE and FA. RGB value is (26,190,250). Sum of RGB (Red+Green+Blue) = 26+190+250=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ABEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEFA is #E54105. Grayscale: #939393. Windows color (decimal): -15024390 or 16432666. OLE color: 16432666.
HSL color Cylindrical-coordinate representation of color #1ABEFA: hue angle of 196.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABEFA is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 190 | 250 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.02 |
| HSL | 196.07º | 0.96% | 0.54% | - |
| HSV(B) | 196.07º | 0.9% | 0.98% | - |
| XYZ | 36.09 | 43.95 | 97.02 | - |
| YUV | 147.8 | 185.67 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 250 | 0.90 | 0.24 | 0 | 0.02 | 196.07 | 0.96 | 0.54 |
| Hex | 1A | BE | FA | 5A | 18 | 0 | 2 | C4 | 60 | 36 |
| Octal | 32 | 276 | 372 | 132 | 30 | 0 | 2 | 304 | 140 | 66 |
| Binary | 11010 | 10111110 | 11111010 | 1011010 | 11000 | 0 | 10 | 11000100 | 1100000 | 110110 |
Color Harmonies of #1ABEFA
Complementary color
Monochromatic Colors of #1ABEFA
Black with #1ABEFA
Text Example
Text Example
White with #1ABEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEFA; }
p { color: rgb(26,190,250); }
H1.HeaderClassName
{
color: #1ABEFA;
}
.AnyTagClassName
{
color: #1ABEFA;
}
</style>
background-color css
<style>
a { background-color: #1ABEFA; }
a { background-color: rgb(26,190,250); }
div.DivClassName
{
background-color: #1ABEFA;
}
.BgClassName
{
background-color: #1ABEFA;
}
</style>
border-color css
<style>
span { border-color: #1ABEFA; }
span { border-color: rgb(26,190,250); }
td.TdClassName
{
border-color: #1ABEFA;
}
.TagClassName
{
border-color: #1ABEFA;
}
</style>