Shades of Deep Sky Blue #1AC9FF
Tints of Deep Sky Blue #1AC9FF
RGB
CMYK
RGB Variations
Color information
#1AC9FF (or 0x1AC9FF) is known color: Deep Sky Blue. HEX triplet: 1A, C9 and FF. RGB value is (26,201,255). Sum of RGB (Red+Green+Blue) = 26+201+255=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC9FF is #E53600. Grayscale: #9A9A9A. Windows color (decimal): -15021569 or 16763162. OLE color: 16763162.
HSL color Cylindrical-coordinate representation of color #1AC9FF: hue angle of 194.15º 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 #1AC9FF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 201 | 255 | - |
| CMYK | 0.90 | 0.21 | 0 | 0 |
| HSL | 194.15º | 1% | 0.55% | - |
| HSV(B) | 194.15º | 0.9% | 1% | - |
| XYZ | 39.36 | 49.21 | 102.03 | - |
| YUV | 154.83 | 184.52 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 255 | 0.90 | 0.21 | 0 | 0 | 194.15 | 1 | 0.55 |
| Hex | 1A | C9 | FF | 5A | 15 | 0 | 0 | C2 | 64 | 37 |
| Octal | 32 | 311 | 377 | 132 | 25 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11010 | 11001001 | 11111111 | 1011010 | 10101 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #1AC9FF
Complementary color
Monochromatic Colors of #1AC9FF
Black with #1AC9FF
Text Example
Text Example
White with #1AC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC9FF; }
p { color: rgb(26,201,255); }
H1.HeaderClassName
{
color: #1AC9FF;
}
.AnyTagClassName
{
color: #1AC9FF;
}
</style>
background-color css
<style>
a { background-color: #1AC9FF; }
a { background-color: rgb(26,201,255); }
div.DivClassName
{
background-color: #1AC9FF;
}
.BgClassName
{
background-color: #1AC9FF;
}
</style>
border-color css
<style>
span { border-color: #1AC9FF; }
span { border-color: rgb(26,201,255); }
td.TdClassName
{
border-color: #1AC9FF;
}
.TagClassName
{
border-color: #1AC9FF;
}
</style>