Html Css Color HEX #A0E1CB Ice Cold

📋 copy color: '#A0E1CB'

red 160 ◦ green 225 ◦ blue 203

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

Shades of Ice Cold #A0E1CB

Tints of Ice Cold #A0E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 27.21%
G = 38.27%
B = 34.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A0E1CB (or 0xA0E1CB) is known color: Ice Cold. HEX triplet: A0, E1 and CB. RGB value is (160,225,203). Sum of RGB (Red+Green+Blue) = 160+225+203=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1CB is #5F1E34. Grayscale: #CBCBCB. Windows color (decimal): -6233653 or 13361568. OLE color: 13361568.

HSL color Cylindrical-coordinate representation of color #A0E1CB: hue angle of 159.69º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1CB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 203 -
CMYK 0.29 0 0.10 0.12
HSL 159.69º 0.52% 0.75% -
HSV(B) 159.69º 0.29% 0.88% -
XYZ 52.2 65.64 66.42 -
YUV 203.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 160 225 203 0.29 0 0.10 0.12 159.69 0.52 0.75
Hex A0 E1 CB 1D 0 A C A0 34 4B
Octal 240 341 313 35 0 12 14 240 64 113
Binary 10100000 11100001 11001011 11101 0 1010 1100 10100000 110100 1001011

Color Harmonies of #A0E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E1CB

Black with #A0E1CB

Text Example


Text Example

White with #A0E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E1CB; }

 p { color: rgb(160,225,203); }

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

background-color css

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

 a { background-color: rgb(160,225,203); }

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

border-color css

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

 span { border-color: rgb(160,225,203); }

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