Shades of Summer Sky #1ABDDF
Tints of Summer Sky #1ABDDF
RGB
CMYK
RGB Variations
Color information
#1ABDDF (or 0x1ABDDF) is known color: Summer Sky. HEX triplet: 1A, BD and DF. RGB value is (26,189,223). Sum of RGB (Red+Green+Blue) = 26+189+223=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ABDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDDF is #E54220. Grayscale: #8F8F8F. Windows color (decimal): -15024673 or 14662938. OLE color: 14662938.
HSL color Cylindrical-coordinate representation of color #1ABDDF: hue angle of 190.36º 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 #1ABDDF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 189 | 223 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.13 |
| HSL | 190.36º | 0.79% | 0.49% | - |
| HSV(B) | 190.36º | 0.88% | 0.87% | - |
| XYZ | 31.94 | 41.94 | 76.22 | - |
| YUV | 144.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 223 | 0.88 | 0.15 | 0 | 0.13 | 190.36 | 0.79 | 0.49 |
| Hex | 1A | BD | DF | 58 | F | 0 | D | BE | 4F | 31 |
| Octal | 32 | 275 | 337 | 130 | 17 | 0 | 15 | 276 | 117 | 61 |
| Binary | 11010 | 10111101 | 11011111 | 1011000 | 1111 | 0 | 1101 | 10111110 | 1001111 | 110001 |
Color Harmonies of #1ABDDF
Complementary color
Monochromatic Colors of #1ABDDF
Black with #1ABDDF
Text Example
Text Example
White with #1ABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDDF; }
p { color: rgb(26,189,223); }
H1.HeaderClassName
{
color: #1ABDDF;
}
.AnyTagClassName
{
color: #1ABDDF;
}
</style>
background-color css
<style>
a { background-color: #1ABDDF; }
a { background-color: rgb(26,189,223); }
div.DivClassName
{
background-color: #1ABDDF;
}
.BgClassName
{
background-color: #1ABDDF;
}
</style>
border-color css
<style>
span { border-color: #1ABDDF; }
span { border-color: rgb(26,189,223); }
td.TdClassName
{
border-color: #1ABDDF;
}
.TagClassName
{
border-color: #1ABDDF;
}
</style>