Shades of Summer Sky #1AB8DD
Tints of Summer Sky #1AB8DD
RGB
CMYK
RGB Variations
Color information
#1AB8DD (or 0x1AB8DD) is known color: Summer Sky. HEX triplet: 1A, B8 and DD. RGB value is (26,184,221). Sum of RGB (Red+Green+Blue) = 26+184+221=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8DD is #E54722. Grayscale: #8C8C8C. Windows color (decimal): -15025955 or 14530586. OLE color: 14530586.
HSL color Cylindrical-coordinate representation of color #1AB8DD: hue angle of 191.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB8DD is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 184 | 221 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.13 |
| HSL | 191.38º | 0.79% | 0.48% | - |
| HSV(B) | 191.38º | 0.88% | 0.87% | - |
| XYZ | 30.62 | 39.72 | 74.46 | - |
| YUV | 140.98 | 173.15 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 221 | 0.88 | 0.17 | 0 | 0.13 | 191.38 | 0.79 | 0.48 |
| Hex | 1A | B8 | DD | 58 | 11 | 0 | D | BF | 4F | 30 |
| Octal | 32 | 270 | 335 | 130 | 21 | 0 | 15 | 277 | 117 | 60 |
| Binary | 11010 | 10111000 | 11011101 | 1011000 | 10001 | 0 | 1101 | 10111111 | 1001111 | 110000 |
Color Harmonies of #1AB8DD
Complementary color
Monochromatic Colors of #1AB8DD
Black with #1AB8DD
Text Example
Text Example
White with #1AB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB8DD; }
p { color: rgb(26,184,221); }
H1.HeaderClassName
{
color: #1AB8DD;
}
.AnyTagClassName
{
color: #1AB8DD;
}
</style>
background-color css
<style>
a { background-color: #1AB8DD; }
a { background-color: rgb(26,184,221); }
div.DivClassName
{
background-color: #1AB8DD;
}
.BgClassName
{
background-color: #1AB8DD;
}
</style>
border-color css
<style>
span { border-color: #1AB8DD; }
span { border-color: rgb(26,184,221); }
td.TdClassName
{
border-color: #1AB8DD;
}
.TagClassName
{
border-color: #1AB8DD;
}
</style>