Html Css Color HEX #18ADDF Summer Sky

📋 copy color: '#18ADDF'

red 24 ◦ green 173 ◦ blue 223

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

Shades of Summer Sky #18ADDF

Tints of Summer Sky #18ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 5.71%
G = 41.19%
B = 53.1%

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

#18ADDF (or 0x18ADDF) is known color: Summer Sky. HEX triplet: 18, AD and DF. RGB value is (24,173,223). Sum of RGB (Red+Green+Blue) = 24+173+223=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #18ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADDF is #E75220. Grayscale: #858585. Windows color (decimal): -15159841 or 14658840. OLE color: 14658840.

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

Color convert

RGB 24 173 223 -
CMYK 0.89 0.22 0 0.13
HSL 195.08º 0.81% 0.48% -
HSV(B) 195.08º 0.89% 0.87% -
XYZ 28.64 35.41 75.14 -
YUV 134.15 178.14 49.43 -
System Red Green Blue C M Y K H S L
Decimal 24 173 223 0.89 0.22 0 0.13 195.08 0.81 0.48
Hex 18 AD DF 59 16 0 D C3 51 30
Octal 30 255 337 131 26 0 15 303 121 60
Binary 11000 10101101 11011111 1011001 10110 0 1101 11000011 1010001 110000

Color Harmonies of #18ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADDF

Black with #18ADDF

Text Example


Text Example

White with #18ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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