Shades of Summer Sky #1AB0DF
Tints of Summer Sky #1AB0DF
RGB
CMYK
RGB Variations
Color information
#1AB0DF (or 0x1AB0DF) is known color: Summer Sky. HEX triplet: 1A, B0 and DF. RGB value is (26,176,223). Sum of RGB (Red+Green+Blue) = 26+176+223=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AB0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB0DF is #E54F20. Grayscale: #888888. Windows color (decimal): -15028001 or 14659610. OLE color: 14659610.
HSL color Cylindrical-coordinate representation of color #1AB0DF: hue angle of 194.31º 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 #1AB0DF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 176 | 223 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.13 |
| HSL | 194.31º | 0.79% | 0.49% | - |
| HSV(B) | 194.31º | 0.88% | 0.87% | - |
| XYZ | 29.27 | 36.6 | 75.33 | - |
| YUV | 136.51 | 176.81 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 223 | 0.88 | 0.21 | 0 | 0.13 | 194.31 | 0.79 | 0.49 |
| Hex | 1A | B0 | DF | 58 | 15 | 0 | D | C2 | 4F | 31 |
| Octal | 32 | 260 | 337 | 130 | 25 | 0 | 15 | 302 | 117 | 61 |
| Binary | 11010 | 10110000 | 11011111 | 1011000 | 10101 | 0 | 1101 | 11000010 | 1001111 | 110001 |
Color Harmonies of #1AB0DF
Complementary color
Monochromatic Colors of #1AB0DF
Black with #1AB0DF
Text Example
Text Example
White with #1AB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0DF; }
p { color: rgb(26,176,223); }
H1.HeaderClassName
{
color: #1AB0DF;
}
.AnyTagClassName
{
color: #1AB0DF;
}
</style>
background-color css
<style>
a { background-color: #1AB0DF; }
a { background-color: rgb(26,176,223); }
div.DivClassName
{
background-color: #1AB0DF;
}
.BgClassName
{
background-color: #1AB0DF;
}
</style>
border-color css
<style>
span { border-color: #1AB0DF; }
span { border-color: rgb(26,176,223); }
td.TdClassName
{
border-color: #1AB0DF;
}
.TagClassName
{
border-color: #1AB0DF;
}
</style>