Shades of Deep Sky Blue #1AB8FE
Tints of Deep Sky Blue #1AB8FE
RGB
CMYK
RGB Variations
Color information
#1AB8FE (or 0x1AB8FE) is known color: Deep Sky Blue. HEX triplet: 1A, B8 and FE. RGB value is (26,184,254). Sum of RGB (Red+Green+Blue) = 26+184+254=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AB8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB8FE is #E54701. Grayscale: #909090. Windows color (decimal): -15025922 or 16693274. OLE color: 16693274.
HSL color Cylindrical-coordinate representation of color #1AB8FE: hue angle of 198.42º 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 #1AB8FE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 184 | 254 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.00 |
| HSL | 198.42º | 0.99% | 0.55% | - |
| HSV(B) | 198.42º | 0.9% | 1% | - |
| XYZ | 35.46 | 41.66 | 99.94 | - |
| YUV | 144.74 | 189.65 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 254 | 0.90 | 0.28 | 0 | 0.00 | 198.42 | 0.99 | 0.55 |
| Hex | 1A | B8 | FE | 5A | 1C | 0 | 0 | C6 | 63 | 37 |
| Octal | 32 | 270 | 376 | 132 | 34 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11010 | 10111000 | 11111110 | 1011010 | 11100 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1AB8FE
Complementary color
Monochromatic Colors of #1AB8FE
Black with #1AB8FE
Text Example
Text Example
White with #1AB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB8FE; }
p { color: rgb(26,184,254); }
H1.HeaderClassName
{
color: #1AB8FE;
}
.AnyTagClassName
{
color: #1AB8FE;
}
</style>
background-color css
<style>
a { background-color: #1AB8FE; }
a { background-color: rgb(26,184,254); }
div.DivClassName
{
background-color: #1AB8FE;
}
.BgClassName
{
background-color: #1AB8FE;
}
</style>
border-color css
<style>
span { border-color: #1AB8FE; }
span { border-color: rgb(26,184,254); }
td.TdClassName
{
border-color: #1AB8FE;
}
.TagClassName
{
border-color: #1AB8FE;
}
</style>