Shades of Summer Sky #18ABDF
Tints of Summer Sky #18ABDF
RGB
CMYK
RGB Variations
Color information
#18ABDF (or 0x18ABDF) is known color: Summer Sky. HEX triplet: 18, AB and DF. RGB value is (24,171,223). Sum of RGB (Red+Green+Blue) = 24+171+223=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #18ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABDF is #E75420. Grayscale: #848484. Windows color (decimal): -15160353 or 14658328. OLE color: 14658328.
HSL color Cylindrical-coordinate representation of color #18ABDF: hue angle of 195.68º degrees, saturation: 0.81, 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 #18ABDF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 171 | 223 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.13 |
| HSL | 195.68º | 0.81% | 0.48% | - |
| HSV(B) | 195.68º | 0.89% | 0.87% | - |
| XYZ | 28.26 | 34.65 | 75.01 | - |
| YUV | 132.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 223 | 0.89 | 0.23 | 0 | 0.13 | 195.68 | 0.81 | 0.48 |
| Hex | 18 | AB | DF | 59 | 17 | 0 | D | C4 | 51 | 30 |
| Octal | 30 | 253 | 337 | 131 | 27 | 0 | 15 | 304 | 121 | 60 |
| Binary | 11000 | 10101011 | 11011111 | 1011001 | 10111 | 0 | 1101 | 11000100 | 1010001 | 110000 |
Color Harmonies of #18ABDF
Complementary color
Monochromatic Colors of #18ABDF
Black with #18ABDF
Text Example
Text Example
White with #18ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABDF; }
p { color: rgb(24,171,223); }
H1.HeaderClassName
{
color: #18ABDF;
}
.AnyTagClassName
{
color: #18ABDF;
}
</style>
background-color css
<style>
a { background-color: #18ABDF; }
a { background-color: rgb(24,171,223); }
div.DivClassName
{
background-color: #18ABDF;
}
.BgClassName
{
background-color: #18ABDF;
}
</style>
border-color css
<style>
span { border-color: #18ABDF; }
span { border-color: rgb(24,171,223); }
td.TdClassName
{
border-color: #18ABDF;
}
.TagClassName
{
border-color: #18ABDF;
}
</style>