Shades of Summer Sky #1ABCDF
Tints of Summer Sky #1ABCDF
RGB
CMYK
RGB Variations
Color information
#1ABCDF (or 0x1ABCDF) is known color: Summer Sky. HEX triplet: 1A, BC and DF. RGB value is (26,188,223). Sum of RGB (Red+Green+Blue) = 26+188+223=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ABCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCDF is #E54320. Grayscale: #8F8F8F. Windows color (decimal): -15024929 or 14662682. OLE color: 14662682.
HSL color Cylindrical-coordinate representation of color #1ABCDF: hue angle of 190.66º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABCDF is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 188 | 223 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.13 |
| HSL | 190.66º | 0.79% | 0.49% | - |
| HSV(B) | 190.66º | 0.88% | 0.87% | - |
| XYZ | 31.73 | 41.51 | 76.15 | - |
| YUV | 143.55 | 172.83 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 223 | 0.88 | 0.16 | 0 | 0.13 | 190.66 | 0.79 | 0.49 |
| Hex | 1A | BC | DF | 58 | 10 | 0 | D | BF | 4F | 31 |
| Octal | 32 | 274 | 337 | 130 | 20 | 0 | 15 | 277 | 117 | 61 |
| Binary | 11010 | 10111100 | 11011111 | 1011000 | 10000 | 0 | 1101 | 10111111 | 1001111 | 110001 |
Color Harmonies of #1ABCDF
Complementary color
Monochromatic Colors of #1ABCDF
Black with #1ABCDF
Text Example
Text Example
White with #1ABCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCDF; }
p { color: rgb(26,188,223); }
H1.HeaderClassName
{
color: #1ABCDF;
}
.AnyTagClassName
{
color: #1ABCDF;
}
</style>
background-color css
<style>
a { background-color: #1ABCDF; }
a { background-color: rgb(26,188,223); }
div.DivClassName
{
background-color: #1ABCDF;
}
.BgClassName
{
background-color: #1ABCDF;
}
</style>
border-color css
<style>
span { border-color: #1ABCDF; }
span { border-color: rgb(26,188,223); }
td.TdClassName
{
border-color: #1ABCDF;
}
.TagClassName
{
border-color: #1ABCDF;
}
</style>