Shades of Summer Sky #18AFE5
Tints of Summer Sky #18AFE5
RGB
CMYK
RGB Variations
Color information
#18AFE5 (or 0x18AFE5) is known color: Summer Sky. HEX triplet: 18, AF and E5. RGB value is (24,175,229). Sum of RGB (Red+Green+Blue) = 24+175+229=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #18AFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFE5 is #E7501A. Grayscale: #878787. Windows color (decimal): -15159323 or 15052568. OLE color: 15052568.
HSL color Cylindrical-coordinate representation of color #18AFE5: hue angle of 195.8º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AFE5 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 175 | 229 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.10 |
| HSL | 195.8º | 0.81% | 0.5% | - |
| HSV(B) | 195.8º | 0.9% | 0.9% | - |
| XYZ | 29.85 | 36.51 | 79.6 | - |
| YUV | 136.01 | 180.47 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 229 | 0.90 | 0.24 | 0 | 0.10 | 195.8 | 0.81 | 0.5 |
| Hex | 18 | AF | E5 | 5A | 18 | 0 | A | C4 | 51 | 32 |
| Octal | 30 | 257 | 345 | 132 | 30 | 0 | 12 | 304 | 121 | 62 |
| Binary | 11000 | 10101111 | 11100101 | 1011010 | 11000 | 0 | 1010 | 11000100 | 1010001 | 110010 |
Color Harmonies of #18AFE5
Complementary color
Monochromatic Colors of #18AFE5
Black with #18AFE5
Text Example
Text Example
White with #18AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFE5; }
p { color: rgb(24,175,229); }
H1.HeaderClassName
{
color: #18AFE5;
}
.AnyTagClassName
{
color: #18AFE5;
}
</style>
background-color css
<style>
a { background-color: #18AFE5; }
a { background-color: rgb(24,175,229); }
div.DivClassName
{
background-color: #18AFE5;
}
.BgClassName
{
background-color: #18AFE5;
}
</style>
border-color css
<style>
span { border-color: #18AFE5; }
span { border-color: rgb(24,175,229); }
td.TdClassName
{
border-color: #18AFE5;
}
.TagClassName
{
border-color: #18AFE5;
}
</style>