Html Css Color HEX #A0EEDB Ice Cold

📋 copy color: '#A0EEDB'

red 160 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #A0EEDB

Tints of Ice Cold #A0EEDB

RGB

 RED value IS 160 (62.89% from 255) = 25.93%

 GREEN value IS 238 (93.36% from 255) = 38.57%

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 25.93%
G = 38.57%
B = 35.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A0EEDB (or 0xA0EEDB) is known color: Ice Cold. HEX triplet: A0, EE and DB. RGB value is (160,238,219). Sum of RGB (Red+Green+Blue) = 160+238+219=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDB is #5F1124. Grayscale: #D4D4D4. Windows color (decimal): -6230309 or 14413472. OLE color: 14413472.

HSL color Cylindrical-coordinate representation of color #A0EEDB: hue angle of 165.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEDB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 219 -
CMYK 0.33 0 0.08 0.07
HSL 165.38º 0.7% 0.78% -
HSV(B) 165.38º 0.33% 0.93% -
XYZ 57.86 73.74 78.2 -
YUV 212.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 160 238 219 0.33 0 0.08 0.07 165.38 0.7 0.78
Hex A0 EE DB 21 0 8 7 A5 46 4E
Octal 240 356 333 41 0 10 7 245 106 116
Binary 10100000 11101110 11011011 100001 0 1000 111 10100101 1000110 1001110

Color Harmonies of #A0EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEDB

Black with #A0EEDB

Text Example


Text Example

White with #A0EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEDB; }

 p { color: rgb(160,238,219); }

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

background-color css

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

 a { background-color: rgb(160,238,219); }

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

border-color css

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

 span { border-color: rgb(160,238,219); }

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