Shades of Summer Sky #18AFDF
Tints of Summer Sky #18AFDF
RGB
CMYK
RGB Variations
Color information
#18AFDF (or 0x18AFDF) is known color: Summer Sky. HEX triplet: 18, AF and DF. RGB value is (24,175,223). Sum of RGB (Red+Green+Blue) = 24+175+223=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #18AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFDF is #E75020. Grayscale: #868686. Windows color (decimal): -15159329 or 14659352. OLE color: 14659352.
HSL color Cylindrical-coordinate representation of color #18AFDF: hue angle of 194.47º 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 #18AFDF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 175 | 223 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.13 |
| HSL | 194.47º | 0.81% | 0.48% | - |
| HSV(B) | 194.47º | 0.89% | 0.87% | - |
| XYZ | 29.03 | 36.18 | 75.27 | - |
| YUV | 135.32 | 177.47 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 223 | 0.89 | 0.22 | 0 | 0.13 | 194.47 | 0.81 | 0.48 |
| Hex | 18 | AF | DF | 59 | 16 | 0 | D | C2 | 51 | 30 |
| Octal | 30 | 257 | 337 | 131 | 26 | 0 | 15 | 302 | 121 | 60 |
| Binary | 11000 | 10101111 | 11011111 | 1011001 | 10110 | 0 | 1101 | 11000010 | 1010001 | 110000 |
Color Harmonies of #18AFDF
Complementary color
Monochromatic Colors of #18AFDF
Black with #18AFDF
Text Example
Text Example
White with #18AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFDF; }
p { color: rgb(24,175,223); }
H1.HeaderClassName
{
color: #18AFDF;
}
.AnyTagClassName
{
color: #18AFDF;
}
</style>
background-color css
<style>
a { background-color: #18AFDF; }
a { background-color: rgb(24,175,223); }
div.DivClassName
{
background-color: #18AFDF;
}
.BgClassName
{
background-color: #18AFDF;
}
</style>
border-color css
<style>
span { border-color: #18AFDF; }
span { border-color: rgb(24,175,223); }
td.TdClassName
{
border-color: #18AFDF;
}
.TagClassName
{
border-color: #18AFDF;
}
</style>