Html Css Color HEX #18AEDD Summer Sky

📋 copy color: '#18AEDD'

red 24 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #18AEDD

Tints of Summer Sky #18AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 5.73%
G = 41.53%
B = 52.74%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18AEDD (or 0x18AEDD) is known color: Summer Sky. HEX triplet: 18, AE and DD. RGB value is (24,174,221). Sum of RGB (Red+Green+Blue) = 24+174+221=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #18AEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEDD is #E75122. Grayscale: #868686. Windows color (decimal): -15159587 or 14528024. OLE color: 14528024.

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

Color convert

RGB 24 174 221 -
CMYK 0.89 0.21 0 0.13
HSL 194.31º 0.8% 0.48% -
HSV(B) 194.31º 0.89% 0.87% -
XYZ 28.56 35.69 73.79 -
YUV 134.51 176.81 49.18 -
System Red Green Blue C M Y K H S L
Decimal 24 174 221 0.89 0.21 0 0.13 194.31 0.8 0.48
Hex 18 AE DD 59 15 0 D C2 50 30
Octal 30 256 335 131 25 0 15 302 120 60
Binary 11000 10101110 11011101 1011001 10101 0 1101 11000010 1010000 110000

Color Harmonies of #18AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEDD

Black with #18AEDD

Text Example


Text Example

White with #18AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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