Shades of Summer Sky #18A8EA
Tints of Summer Sky #18A8EA
RGB
CMYK
RGB Variations
Color information
#18A8EA (or 0x18A8EA) is known color: Summer Sky. HEX triplet: 18, A8 and EA. RGB value is (24,168,234). Sum of RGB (Red+Green+Blue) = 24+168+234=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #18A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8EA is #E75715. Grayscale: #848484. Windows color (decimal): -15161110 or 15378456. OLE color: 15378456.
HSL color Cylindrical-coordinate representation of color #18A8EA: hue angle of 198.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A8EA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 168 | 234 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.08 |
| HSL | 198.86º | 0.83% | 0.51% | - |
| HSV(B) | 198.86º | 0.9% | 0.92% | - |
| XYZ | 29.23 | 34.14 | 82.89 | - |
| YUV | 132.47 | 185.29 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 234 | 0.90 | 0.28 | 0 | 0.08 | 198.86 | 0.83 | 0.51 |
| Hex | 18 | A8 | EA | 5A | 1C | 0 | 8 | C7 | 53 | 33 |
| Octal | 30 | 250 | 352 | 132 | 34 | 0 | 10 | 307 | 123 | 63 |
| Binary | 11000 | 10101000 | 11101010 | 1011010 | 11100 | 0 | 1000 | 11000111 | 1010011 | 110011 |
Color Harmonies of #18A8EA
Complementary color
Monochromatic Colors of #18A8EA
Black with #18A8EA
Text Example
Text Example
White with #18A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8EA; }
p { color: rgb(24,168,234); }
H1.HeaderClassName
{
color: #18A8EA;
}
.AnyTagClassName
{
color: #18A8EA;
}
</style>
background-color css
<style>
a { background-color: #18A8EA; }
a { background-color: rgb(24,168,234); }
div.DivClassName
{
background-color: #18A8EA;
}
.BgClassName
{
background-color: #18A8EA;
}
</style>
border-color css
<style>
span { border-color: #18A8EA; }
span { border-color: rgb(24,168,234); }
td.TdClassName
{
border-color: #18A8EA;
}
.TagClassName
{
border-color: #18A8EA;
}
</style>