Html Css Color HEX #18ACDE Summer Sky

📋 copy color: '#18ACDE'

red 24 ◦ green 172 ◦ blue 222

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

Shades of Summer Sky #18ACDE

Tints of Summer Sky #18ACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 5.74%
G = 41.15%
B = 53.11%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18ACDE (or 0x18ACDE) is known color: Summer Sky. HEX triplet: 18, AC and DE. RGB value is (24,172,222). Sum of RGB (Red+Green+Blue) = 24+172+222=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #18ACDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACDE is #E75321. Grayscale: #858585. Windows color (decimal): -15160098 or 14593048. OLE color: 14593048.

HSL color Cylindrical-coordinate representation of color #18ACDE: hue angle of 195.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ACDE is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 172 222 -
CMYK 0.89 0.23 0 0.13
HSL 195.15º 0.8% 0.48% -
HSV(B) 195.15º 0.89% 0.87% -
XYZ 28.31 34.97 74.37 -
YUV 133.45 177.97 49.93 -
System Red Green Blue C M Y K H S L
Decimal 24 172 222 0.89 0.23 0 0.13 195.15 0.8 0.48
Hex 18 AC DE 59 17 0 D C3 50 30
Octal 30 254 336 131 27 0 15 303 120 60
Binary 11000 10101100 11011110 1011001 10111 0 1101 11000011 1010000 110000

Color Harmonies of #18ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACDE

Black with #18ACDE

Text Example


Text Example

White with #18ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,222); }

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

background-color css

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

 a { background-color: rgb(24,172,222); }

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

border-color css

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

 span { border-color: rgb(24,172,222); }

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