Html Css Color HEX #18AEE1 Summer Sky

📋 copy color: '#18AEE1'

red 24 ◦ green 174 ◦ blue 225

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

Shades of Summer Sky #18AEE1

Tints of Summer Sky #18AEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 5.67%
G = 41.13%
B = 53.19%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#18AEE1 (or 0x18AEE1) is known color: Summer Sky. HEX triplet: 18, AE and E1. RGB value is (24,174,225). Sum of RGB (Red+Green+Blue) = 24+174+225=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #18AEE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEE1 is #E7511E. Grayscale: #868686. Windows color (decimal): -15159583 or 14790168. OLE color: 14790168.

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

Color convert

RGB 24 174 225 -
CMYK 0.89 0.23 0 0.12
HSL 195.22º 0.81% 0.49% -
HSV(B) 195.22º 0.89% 0.88% -
XYZ 29.1 35.9 76.63 -
YUV 134.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 24 174 225 0.89 0.23 0 0.12 195.22 0.81 0.49
Hex 18 AE E1 59 17 0 C C3 51 31
Octal 30 256 341 131 27 0 14 303 121 61
Binary 11000 10101110 11100001 1011001 10111 0 1100 11000011 1010001 110001

Color Harmonies of #18AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEE1

Black with #18AEE1

Text Example


Text Example

White with #18AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,174,225); }

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

background-color css

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

 a { background-color: rgb(24,174,225); }

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

border-color css

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

 span { border-color: rgb(24,174,225); }

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