Html Css Color HEX #18ADDE Summer Sky

📋 copy color: '#18ADDE'

red 24 ◦ green 173 ◦ blue 222

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

Shades of Summer Sky #18ADDE

Tints of Summer Sky #18ADDE

RGB

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

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

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

R = 5.73%
G = 41.29%
B = 52.98%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18ADDE (or 0x18ADDE) is known color: Summer Sky. HEX triplet: 18, AD and DE. RGB value is (24,173,222). Sum of RGB (Red+Green+Blue) = 24+173+222=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #18ADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADDE is #E75221. Grayscale: #858585. Windows color (decimal): -15159842 or 14593304. OLE color: 14593304.

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

Color convert

RGB 24 173 222 -
CMYK 0.89 0.22 0 0.13
HSL 194.85º 0.8% 0.48% -
HSV(B) 194.85º 0.89% 0.87% -
XYZ 28.51 35.36 74.43 -
YUV 134.04 177.64 49.52 -
System Red Green Blue C M Y K H S L
Decimal 24 173 222 0.89 0.22 0 0.13 194.85 0.8 0.48
Hex 18 AD DE 59 16 0 D C3 50 30
Octal 30 255 336 131 26 0 15 303 120 60
Binary 11000 10101101 11011110 1011001 10110 0 1101 11000011 1010000 110000

Color Harmonies of #18ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADDE

Black with #18ADDE

Text Example


Text Example

White with #18ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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