Html Css Color HEX #A0EBDD Ice Cold

📋 copy color: '#A0EBDD'

red 160 ◦ green 235 ◦ blue 221

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

Shades of Ice Cold #A0EBDD

Tints of Ice Cold #A0EBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.15%

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

R = 25.97%
G = 38.15%
B = 35.88%

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

#A0EBDD (or 0xA0EBDD) is known color: Ice Cold. HEX triplet: A0, EB and DD. RGB value is (160,235,221). Sum of RGB (Red+Green+Blue) = 160+235+221=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBDD is #5F1422. Grayscale: #D2D2D2. Windows color (decimal): -6231075 or 14543776. OLE color: 14543776.

HSL color Cylindrical-coordinate representation of color #A0EBDD: hue angle of 168.8º degrees, saturation: 0.65, 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 #A0EBDD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 221 -
CMYK 0.32 0 0.06 0.08
HSL 168.8º 0.65% 0.77% -
HSV(B) 168.8º 0.32% 0.92% -
XYZ 57.26 72.11 79.31 -
YUV 210.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 160 235 221 0.32 0 0.06 0.08 168.8 0.65 0.77
Hex A0 EB DD 20 0 6 8 A9 41 4D
Octal 240 353 335 40 0 6 10 251 101 115
Binary 10100000 11101011 11011101 100000 0 110 1000 10101001 1000001 1001101

Color Harmonies of #A0EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBDD

Black with #A0EBDD

Text Example


Text Example

White with #A0EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBDD; }

 p { color: rgb(160,235,221); }

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

background-color css

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

 a { background-color: rgb(160,235,221); }

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

border-color css

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

 span { border-color: rgb(160,235,221); }

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