Shades of Summer Sky #1AB5DD
Tints of Summer Sky #1AB5DD
RGB
CMYK
RGB Variations
Color information
#1AB5DD (or 0x1AB5DD) is known color: Summer Sky. HEX triplet: 1A, B5 and DD. RGB value is (26,181,221). Sum of RGB (Red+Green+Blue) = 26+181+221=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AB5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB5DD is #E54A22. Grayscale: #8A8A8A. Windows color (decimal): -15026723 or 14529818. OLE color: 14529818.
HSL color Cylindrical-coordinate representation of color #1AB5DD: hue angle of 192.31º 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 #1AB5DD is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 181 | 221 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.13 |
| HSL | 192.31º | 0.79% | 0.48% | - |
| HSV(B) | 192.31º | 0.88% | 0.87% | - |
| XYZ | 30 | 38.49 | 74.25 | - |
| YUV | 139.22 | 174.15 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 221 | 0.88 | 0.18 | 0 | 0.13 | 192.31 | 0.79 | 0.48 |
| Hex | 1A | B5 | DD | 58 | 12 | 0 | D | C0 | 4F | 30 |
| Octal | 32 | 265 | 335 | 130 | 22 | 0 | 15 | 300 | 117 | 60 |
| Binary | 11010 | 10110101 | 11011101 | 1011000 | 10010 | 0 | 1101 | 11000000 | 1001111 | 110000 |
Color Harmonies of #1AB5DD
Complementary color
Monochromatic Colors of #1AB5DD
Black with #1AB5DD
Text Example
Text Example
White with #1AB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB5DD; }
p { color: rgb(26,181,221); }
H1.HeaderClassName
{
color: #1AB5DD;
}
.AnyTagClassName
{
color: #1AB5DD;
}
</style>
background-color css
<style>
a { background-color: #1AB5DD; }
a { background-color: rgb(26,181,221); }
div.DivClassName
{
background-color: #1AB5DD;
}
.BgClassName
{
background-color: #1AB5DD;
}
</style>
border-color css
<style>
span { border-color: #1AB5DD; }
span { border-color: rgb(26,181,221); }
td.TdClassName
{
border-color: #1AB5DD;
}
.TagClassName
{
border-color: #1AB5DD;
}
</style>