Shades of Deep Sky Blue #1AC7FF
Tints of Deep Sky Blue #1AC7FF
RGB
CMYK
RGB Variations
Color information
#1AC7FF (or 0x1AC7FF) is known color: Deep Sky Blue. HEX triplet: 1A, C7 and FF. RGB value is (26,199,255). Sum of RGB (Red+Green+Blue) = 26+199+255=480 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.42% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AC7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC7FF is #E53800. Grayscale: #999999. Windows color (decimal): -15022081 or 16762650. OLE color: 16762650.
HSL color Cylindrical-coordinate representation of color #1AC7FF: hue angle of 194.67º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC7FF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 199 | 255 | - |
| CMYK | 0.90 | 0.22 | 0 | 0 |
| HSL | 194.67º | 1% | 0.55% | - |
| HSV(B) | 194.67º | 0.9% | 1% | - |
| XYZ | 38.9 | 48.29 | 101.88 | - |
| YUV | 153.66 | 185.19 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 255 | 0.90 | 0.22 | 0 | 0 | 194.67 | 1 | 0.55 |
| Hex | 1A | C7 | FF | 5A | 16 | 0 | 0 | C3 | 64 | 37 |
| Octal | 32 | 307 | 377 | 132 | 26 | 0 | 0 | 303 | 144 | 67 |
| Binary | 11010 | 11000111 | 11111111 | 1011010 | 10110 | 0 | 0 | 11000011 | 1100100 | 110111 |
Color Harmonies of #1AC7FF
Complementary color
Monochromatic Colors of #1AC7FF
Black with #1AC7FF
Text Example
Text Example
White with #1AC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC7FF; }
p { color: rgb(26,199,255); }
H1.HeaderClassName
{
color: #1AC7FF;
}
.AnyTagClassName
{
color: #1AC7FF;
}
</style>
background-color css
<style>
a { background-color: #1AC7FF; }
a { background-color: rgb(26,199,255); }
div.DivClassName
{
background-color: #1AC7FF;
}
.BgClassName
{
background-color: #1AC7FF;
}
</style>
border-color css
<style>
span { border-color: #1AC7FF; }
span { border-color: rgb(26,199,255); }
td.TdClassName
{
border-color: #1AC7FF;
}
.TagClassName
{
border-color: #1AC7FF;
}
</style>