Html Css Color HEX #A0EBDB Ice Cold

📋 copy color: '#A0EBDB'

red 160 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A0EBDB

Tints of Ice Cold #A0EBDB

RGB

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

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

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

R = 26.06%
G = 38.27%
B = 35.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A0EBDB (or 0xA0EBDB) is known color: Ice Cold. HEX triplet: A0, EB and DB. RGB value is (160,235,219). Sum of RGB (Red+Green+Blue) = 160+235+219=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBDB is #5F1424. Grayscale: #D2D2D2. Windows color (decimal): -6231077 or 14412704. OLE color: 14412704.

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

Color convert

RGB 160 235 219 -
CMYK 0.32 0 0.07 0.08
HSL 167.2º 0.65% 0.77% -
HSV(B) 167.2º 0.32% 0.92% -
XYZ 56.99 72 77.91 -
YUV 210.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 160 235 219 0.32 0 0.07 0.08 167.2 0.65 0.77
Hex A0 EB DB 20 0 7 8 A7 41 4D
Octal 240 353 333 40 0 7 10 247 101 115
Binary 10100000 11101011 11011011 100000 0 111 1000 10100111 1000001 1001101

Color Harmonies of #A0EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBDB

Black with #A0EBDB

Text Example


Text Example

White with #A0EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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