Shades of Deep Sky Blue #1AC9F1
Tints of Deep Sky Blue #1AC9F1
RGB
CMYK
RGB Variations
Color information
#1AC9F1 (or 0x1AC9F1) is known color: Deep Sky Blue. HEX triplet: 1A, C9 and F1. RGB value is (26,201,241). Sum of RGB (Red+Green+Blue) = 26+201+241=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #1AC9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC9F1 is #E5360E. Grayscale: #989898. Windows color (decimal): -15021583 or 15845658. OLE color: 15845658.
HSL color Cylindrical-coordinate representation of color #1AC9F1: hue angle of 191.16º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC9F1 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 201 | 241 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.05 |
| HSL | 191.16º | 0.88% | 0.52% | - |
| HSV(B) | 191.16º | 0.89% | 0.95% | - |
| XYZ | 37.19 | 48.34 | 90.59 | - |
| YUV | 153.24 | 177.52 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 241 | 0.89 | 0.17 | 0 | 0.05 | 191.16 | 0.88 | 0.52 |
| Hex | 1A | C9 | F1 | 59 | 11 | 0 | 5 | BF | 58 | 34 |
| Octal | 32 | 311 | 361 | 131 | 21 | 0 | 5 | 277 | 130 | 64 |
| Binary | 11010 | 11001001 | 11110001 | 1011001 | 10001 | 0 | 101 | 10111111 | 1011000 | 110100 |
Color Harmonies of #1AC9F1
Complementary color
Monochromatic Colors of #1AC9F1
Black with #1AC9F1
Text Example
Text Example
White with #1AC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC9F1; }
p { color: rgb(26,201,241); }
H1.HeaderClassName
{
color: #1AC9F1;
}
.AnyTagClassName
{
color: #1AC9F1;
}
</style>
background-color css
<style>
a { background-color: #1AC9F1; }
a { background-color: rgb(26,201,241); }
div.DivClassName
{
background-color: #1AC9F1;
}
.BgClassName
{
background-color: #1AC9F1;
}
</style>
border-color css
<style>
span { border-color: #1AC9F1; }
span { border-color: rgb(26,201,241); }
td.TdClassName
{
border-color: #1AC9F1;
}
.TagClassName
{
border-color: #1AC9F1;
}
</style>