Shades of Summer Sky #18ABDD
Tints of Summer Sky #18ABDD
RGB
CMYK
RGB Variations
Color information
#18ABDD (or 0x18ABDD) is known color: Summer Sky. HEX triplet: 18, AB and DD. RGB value is (24,171,221). Sum of RGB (Red+Green+Blue) = 24+171+221=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #18ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABDD is #E75422. Grayscale: #848484. Windows color (decimal): -15160355 or 14527256. OLE color: 14527256.
HSL color Cylindrical-coordinate representation of color #18ABDD: hue angle of 195.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ABDD is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 171 | 221 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.13 |
| HSL | 195.23º | 0.8% | 0.48% | - |
| HSV(B) | 195.23º | 0.89% | 0.87% | - |
| XYZ | 27.99 | 34.54 | 73.6 | - |
| YUV | 132.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 221 | 0.89 | 0.23 | 0 | 0.13 | 195.23 | 0.8 | 0.48 |
| Hex | 18 | AB | DD | 59 | 17 | 0 | D | C3 | 50 | 30 |
| Octal | 30 | 253 | 335 | 131 | 27 | 0 | 15 | 303 | 120 | 60 |
| Binary | 11000 | 10101011 | 11011101 | 1011001 | 10111 | 0 | 1101 | 11000011 | 1010000 | 110000 |
Color Harmonies of #18ABDD
Complementary color
Monochromatic Colors of #18ABDD
Black with #18ABDD
Text Example
Text Example
White with #18ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABDD; }
p { color: rgb(24,171,221); }
H1.HeaderClassName
{
color: #18ABDD;
}
.AnyTagClassName
{
color: #18ABDD;
}
</style>
background-color css
<style>
a { background-color: #18ABDD; }
a { background-color: rgb(24,171,221); }
div.DivClassName
{
background-color: #18ABDD;
}
.BgClassName
{
background-color: #18ABDD;
}
</style>
border-color css
<style>
span { border-color: #18ABDD; }
span { border-color: rgb(24,171,221); }
td.TdClassName
{
border-color: #18ABDD;
}
.TagClassName
{
border-color: #18ABDD;
}
</style>