Shades of Deep Sky Blue #1AC7FE
Tints of Deep Sky Blue #1AC7FE
RGB
CMYK
RGB Variations
Color information
#1AC7FE (or 0x1AC7FE) is known color: Deep Sky Blue. HEX triplet: 1A, C7 and FE. RGB value is (26,199,254). Sum of RGB (Red+Green+Blue) = 26+199+254=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AC7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC7FE is #E53801. Grayscale: #999999. Windows color (decimal): -15022082 or 16697114. OLE color: 16697114.
HSL color Cylindrical-coordinate representation of color #1AC7FE: hue angle of 194.47º 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 #1AC7FE is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 199 | 254 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.00 |
| HSL | 194.47º | 0.99% | 0.55% | - |
| HSV(B) | 194.47º | 0.9% | 1% | - |
| XYZ | 38.74 | 48.22 | 101.03 | - |
| YUV | 153.54 | 184.69 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 254 | 0.90 | 0.22 | 0 | 0.00 | 194.47 | 0.99 | 0.55 |
| Hex | 1A | C7 | FE | 5A | 16 | 0 | 0 | C2 | 63 | 37 |
| Octal | 32 | 307 | 376 | 132 | 26 | 0 | 0 | 302 | 143 | 67 |
| Binary | 11010 | 11000111 | 11111110 | 1011010 | 10110 | 0 | 0 | 11000010 | 1100011 | 110111 |
Color Harmonies of #1AC7FE
Complementary color
Monochromatic Colors of #1AC7FE
Black with #1AC7FE
Text Example
Text Example
White with #1AC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC7FE; }
p { color: rgb(26,199,254); }
H1.HeaderClassName
{
color: #1AC7FE;
}
.AnyTagClassName
{
color: #1AC7FE;
}
</style>
background-color css
<style>
a { background-color: #1AC7FE; }
a { background-color: rgb(26,199,254); }
div.DivClassName
{
background-color: #1AC7FE;
}
.BgClassName
{
background-color: #1AC7FE;
}
</style>
border-color css
<style>
span { border-color: #1AC7FE; }
span { border-color: rgb(26,199,254); }
td.TdClassName
{
border-color: #1AC7FE;
}
.TagClassName
{
border-color: #1AC7FE;
}
</style>