Html Css Color HEX #A0EADB Ice Cold

📋 copy color: '#A0EADB'

red 160 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #A0EADB

Tints of Ice Cold #A0EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

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

R = 26.1%
G = 38.17%
B = 35.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A0EADB (or 0xA0EADB) is known color: Ice Cold. HEX triplet: A0, EA and DB. RGB value is (160,234,219). Sum of RGB (Red+Green+Blue) = 160+234+219=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EADB is #5F1524. Grayscale: #D2D2D2. Windows color (decimal): -6231333 or 14412448. OLE color: 14412448.

HSL color Cylindrical-coordinate representation of color #A0EADB: hue angle of 167.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EADB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 219 -
CMYK 0.32 0 0.06 0.08
HSL 167.84º 0.64% 0.77% -
HSV(B) 167.84º 0.32% 0.92% -
XYZ 56.71 71.43 77.82 -
YUV 210.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 160 234 219 0.32 0 0.06 0.08 167.84 0.64 0.77
Hex A0 EA DB 20 0 6 8 A8 40 4D
Octal 240 352 333 40 0 6 10 250 100 115
Binary 10100000 11101010 11011011 100000 0 110 1000 10101000 1000000 1001101

Color Harmonies of #A0EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EADB

Black with #A0EADB

Text Example


Text Example

White with #A0EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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