Shades of Deep Sky Blue #1ABFFE
Tints of Deep Sky Blue #1ABFFE
RGB
CMYK
RGB Variations
Color information
#1ABFFE (or 0x1ABFFE) is known color: Deep Sky Blue. HEX triplet: 1A, BF and FE. RGB value is (26,191,254). Sum of RGB (Red+Green+Blue) = 26+191+254=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ABFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFFE is #E54001. Grayscale: #949494. Windows color (decimal): -15024130 or 16695066. OLE color: 16695066.
HSL color Cylindrical-coordinate representation of color #1ABFFE: hue angle of 196.58º 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 #1ABFFE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 191 | 254 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.00 |
| HSL | 196.58º | 0.99% | 0.55% | - |
| HSV(B) | 196.58º | 0.9% | 1% | - |
| XYZ | 36.95 | 44.64 | 100.43 | - |
| YUV | 148.85 | 187.34 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 254 | 0.90 | 0.25 | 0 | 0.00 | 196.58 | 0.99 | 0.55 |
| Hex | 1A | BF | FE | 5A | 19 | 0 | 0 | C5 | 63 | 37 |
| Octal | 32 | 277 | 376 | 132 | 31 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11010 | 10111111 | 11111110 | 1011010 | 11001 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #1ABFFE
Complementary color
Monochromatic Colors of #1ABFFE
Black with #1ABFFE
Text Example
Text Example
White with #1ABFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFFE; }
p { color: rgb(26,191,254); }
H1.HeaderClassName
{
color: #1ABFFE;
}
.AnyTagClassName
{
color: #1ABFFE;
}
</style>
background-color css
<style>
a { background-color: #1ABFFE; }
a { background-color: rgb(26,191,254); }
div.DivClassName
{
background-color: #1ABFFE;
}
.BgClassName
{
background-color: #1ABFFE;
}
</style>
border-color css
<style>
span { border-color: #1ABFFE; }
span { border-color: rgb(26,191,254); }
td.TdClassName
{
border-color: #1ABFFE;
}
.TagClassName
{
border-color: #1ABFFE;
}
</style>