#18AAE2

Color #18AAE2 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #18AAE2

Tints of Summer Sky #18AAE2

Color information

#18AAE2 (or 0x18AAE2) is unknown color: approx Summer Sky. HEX triplet: 18, AA and E2. RGB value is (24,170,226). Sum of RGB (Red+Green+Blue) = 24+170+226=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #18AAE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAE2 is #E7551D. Grayscale: #848484. Windows color (decimal): -15160606 or 14854680. OLE color: 14854680.

HSL color Cylindrical-coordinate representation of color #18AAE2: hue angle of 196.63º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AAE2 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB24170226-
CMYK0.890.2500.11
HSL196.63º80.8%49.02%-
HSV(B)196.63º89.38%88.63%-
XYZ28.4834.4377.1-
YUV132.73180.6350.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 5.71%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 226 (88.67% from 255) = 53.81%
R=5.71%
G=40.48%
B=53.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal241702260.890.2500.11196.6380.849.02
Hex18AAE259190Bc55131
Octal302523421313101330512161
Binary11000101010101110001010110011100101011110001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AAE2; }

 p { color: rgb(24,170,226); }

 H1.HeaderClassName
 {
   color: #18AAE2;
 }
 .AnyTagClassName
 {
   color: #18AAE2;
 }
</style>
background-color css

<style>
 a { background-color: #18AAE2; }

 a { background-color: rgb(24,170,226); }

 div.DivClassName
 {
   background-color: #18AAE2;
 }
 .BgClassName
 {
   background-color: #18AAE2;
 }
</style>
border-color css

<style>
 span { border-color: #18AAE2; }

 span { border-color: rgb(24,170,226); }

 td.TdClassName
 {
   border-color: #18AAE2;
 }
 .TagClassName
 {
   border-color: #18AAE2;
 }
</style>