Html Css Color HEX #18AAEA Summer Sky

📋 copy color: '#18AAEA'

red 24 ◦ green 170 ◦ blue 234

#18AAEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #18AAEA

Tints of Summer Sky #18AAEA

RGB

 RED value IS 24 (9.77% from 255) = 5.61%

 GREEN value IS 170 (66.8% from 255) = 39.72%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 5.61%
G = 39.72%
B = 54.67%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18AAEA (or 0x18AAEA) is known color: Summer Sky. HEX triplet: 18, AA and EA. RGB value is (24,170,234). Sum of RGB (Red+Green+Blue) = 24+170+234=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #18AAEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAEA is #E75515. Grayscale: #858585. Windows color (decimal): -15160598 or 15378968. OLE color: 15378968.

HSL color Cylindrical-coordinate representation of color #18AAEA: hue angle of 198.29º 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 #18AAEA is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 170 234 -
CMYK 0.90 0.27 0 0.08
HSL 198.29º 0.83% 0.51% -
HSV(B) 198.29º 0.9% 0.92% -
XYZ 29.6 34.88 83.01 -
YUV 133.64 184.63 49.8 -
System Red Green Blue C M Y K H S L
Decimal 24 170 234 0.90 0.27 0 0.08 198.29 0.83 0.51
Hex 18 AA EA 5A 1B 0 8 C6 53 33
Octal 30 252 352 132 33 0 10 306 123 63
Binary 11000 10101010 11101010 1011010 11011 0 1000 11000110 1010011 110011

Color Harmonies of #18AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAEA

Black with #18AAEA

Text Example


Text Example

White with #18AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AAEA;
 }
 .AnyTagClassName
 {
   color: #18AAEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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