Shades of Summer Sky #1AB2DD
Tints of Summer Sky #1AB2DD
RGB
CMYK
RGB Variations
Color information
#1AB2DD (or 0x1AB2DD) is known color: Summer Sky. HEX triplet: 1A, B2 and DD. RGB value is (26,178,221). Sum of RGB (Red+Green+Blue) = 26+178+221=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AB2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2DD is #E54D22. Grayscale: #898989. Windows color (decimal): -15027491 or 14529050. OLE color: 14529050.
HSL color Cylindrical-coordinate representation of color #1AB2DD: hue angle of 193.23º 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 #1AB2DD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 178 | 221 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.13 |
| HSL | 193.23º | 0.79% | 0.48% | - |
| HSV(B) | 193.23º | 0.88% | 0.87% | - |
| XYZ | 29.4 | 37.28 | 74.05 | - |
| YUV | 137.45 | 175.14 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 221 | 0.88 | 0.19 | 0 | 0.13 | 193.23 | 0.79 | 0.48 |
| Hex | 1A | B2 | DD | 58 | 13 | 0 | D | C1 | 4F | 30 |
| Octal | 32 | 262 | 335 | 130 | 23 | 0 | 15 | 301 | 117 | 60 |
| Binary | 11010 | 10110010 | 11011101 | 1011000 | 10011 | 0 | 1101 | 11000001 | 1001111 | 110000 |
Color Harmonies of #1AB2DD
Complementary color
Monochromatic Colors of #1AB2DD
Black with #1AB2DD
Text Example
Text Example
White with #1AB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2DD; }
p { color: rgb(26,178,221); }
H1.HeaderClassName
{
color: #1AB2DD;
}
.AnyTagClassName
{
color: #1AB2DD;
}
</style>
background-color css
<style>
a { background-color: #1AB2DD; }
a { background-color: rgb(26,178,221); }
div.DivClassName
{
background-color: #1AB2DD;
}
.BgClassName
{
background-color: #1AB2DD;
}
</style>
border-color css
<style>
span { border-color: #1AB2DD; }
span { border-color: rgb(26,178,221); }
td.TdClassName
{
border-color: #1AB2DD;
}
.TagClassName
{
border-color: #1AB2DD;
}
</style>