Html Css Color HEX #18ADE1 Summer Sky

📋 copy color: '#18ADE1'

red 24 ◦ green 173 ◦ blue 225

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

Shades of Summer Sky #18ADE1

Tints of Summer Sky #18ADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 5.69%
G = 41%
B = 53.32%

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

#18ADE1 (or 0x18ADE1) is known color: Summer Sky. HEX triplet: 18, AD and E1. RGB value is (24,173,225). Sum of RGB (Red+Green+Blue) = 24+173+225=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #18ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADE1 is #E7521E. Grayscale: #868686. Windows color (decimal): -15159839 or 14789912. OLE color: 14789912.

HSL color Cylindrical-coordinate representation of color #18ADE1: hue angle of 195.52º 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 #18ADE1 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 173 225 -
CMYK 0.89 0.23 0 0.12
HSL 195.52º 0.81% 0.49% -
HSV(B) 195.52º 0.89% 0.88% -
XYZ 28.91 35.52 76.57 -
YUV 134.38 179.14 49.27 -
System Red Green Blue C M Y K H S L
Decimal 24 173 225 0.89 0.23 0 0.12 195.52 0.81 0.49
Hex 18 AD E1 59 17 0 C C4 51 31
Octal 30 255 341 131 27 0 14 304 121 61
Binary 11000 10101101 11100001 1011001 10111 0 1100 11000100 1010001 110001

Color Harmonies of #18ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADE1

Black with #18ADE1

Text Example


Text Example

White with #18ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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