Shades of Deep Sky Blue #1ABDFE
Tints of Deep Sky Blue #1ABDFE
RGB
CMYK
RGB Variations
Color information
#1ABDFE (or 0x1ABDFE) is known color: Deep Sky Blue. HEX triplet: 1A, BD and FE. RGB value is (26,189,254). Sum of RGB (Red+Green+Blue) = 26+189+254=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ABDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDFE is #E54201. Grayscale: #939393. Windows color (decimal): -15024642 or 16694554. OLE color: 16694554.
HSL color Cylindrical-coordinate representation of color #1ABDFE: hue angle of 197.11º 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 #1ABDFE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 189 | 254 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.00 |
| HSL | 197.11º | 0.99% | 0.55% | - |
| HSV(B) | 197.11º | 0.9% | 1% | - |
| XYZ | 36.51 | 43.77 | 100.29 | - |
| YUV | 147.67 | 188 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 254 | 0.90 | 0.26 | 0 | 0.00 | 197.11 | 0.99 | 0.55 |
| Hex | 1A | BD | FE | 5A | 1A | 0 | 0 | C5 | 63 | 37 |
| Octal | 32 | 275 | 376 | 132 | 32 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11010 | 10111101 | 11111110 | 1011010 | 11010 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #1ABDFE
Complementary color
Monochromatic Colors of #1ABDFE
Black with #1ABDFE
Text Example
Text Example
White with #1ABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDFE; }
p { color: rgb(26,189,254); }
H1.HeaderClassName
{
color: #1ABDFE;
}
.AnyTagClassName
{
color: #1ABDFE;
}
</style>
background-color css
<style>
a { background-color: #1ABDFE; }
a { background-color: rgb(26,189,254); }
div.DivClassName
{
background-color: #1ABDFE;
}
.BgClassName
{
background-color: #1ABDFE;
}
</style>
border-color css
<style>
span { border-color: #1ABDFE; }
span { border-color: rgb(26,189,254); }
td.TdClassName
{
border-color: #1ABDFE;
}
.TagClassName
{
border-color: #1ABDFE;
}
</style>