Shades of Deep Sky Blue #1AC5F1
Tints of Deep Sky Blue #1AC5F1
RGB
CMYK
RGB Variations
Color information
#1AC5F1 (or 0x1AC5F1) is known color: Deep Sky Blue. HEX triplet: 1A, C5 and F1. RGB value is (26,197,241). Sum of RGB (Red+Green+Blue) = 26+197+241=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #1AC5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC5F1 is #E53A0E. Grayscale: #969696. Windows color (decimal): -15022607 or 15844634. OLE color: 15844634.
HSL color Cylindrical-coordinate representation of color #1AC5F1: hue angle of 192.28º 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 #1AC5F1 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 197 | 241 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.05 |
| HSL | 192.28º | 0.88% | 0.52% | - |
| HSV(B) | 192.28º | 0.89% | 0.95% | - |
| XYZ | 36.27 | 46.5 | 90.28 | - |
| YUV | 150.89 | 178.85 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 241 | 0.89 | 0.18 | 0 | 0.05 | 192.28 | 0.88 | 0.52 |
| Hex | 1A | C5 | F1 | 59 | 12 | 0 | 5 | C0 | 58 | 34 |
| Octal | 32 | 305 | 361 | 131 | 22 | 0 | 5 | 300 | 130 | 64 |
| Binary | 11010 | 11000101 | 11110001 | 1011001 | 10010 | 0 | 101 | 11000000 | 1011000 | 110100 |
Color Harmonies of #1AC5F1
Complementary color
Monochromatic Colors of #1AC5F1
Black with #1AC5F1
Text Example
Text Example
White with #1AC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC5F1; }
p { color: rgb(26,197,241); }
H1.HeaderClassName
{
color: #1AC5F1;
}
.AnyTagClassName
{
color: #1AC5F1;
}
</style>
background-color css
<style>
a { background-color: #1AC5F1; }
a { background-color: rgb(26,197,241); }
div.DivClassName
{
background-color: #1AC5F1;
}
.BgClassName
{
background-color: #1AC5F1;
}
</style>
border-color css
<style>
span { border-color: #1AC5F1; }
span { border-color: rgb(26,197,241); }
td.TdClassName
{
border-color: #1AC5F1;
}
.TagClassName
{
border-color: #1AC5F1;
}
</style>