Html Css Color HEX #A0ECD7 Ice Cold

📋 copy color: '#A0ECD7'

red 160 ◦ green 236 ◦ blue 215

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

Shades of Ice Cold #A0ECD7

Tints of Ice Cold #A0ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.63%

 BLUE value IS 215 (84.38% from 255) = 35.19%

R = 26.19%
G = 38.63%
B = 35.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A0ECD7 (or 0xA0ECD7) is known color: Ice Cold. HEX triplet: A0, EC and D7. RGB value is (160,236,215). Sum of RGB (Red+Green+Blue) = 160+236+215=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECD7 is #5F1328. Grayscale: #D2D2D2. Windows color (decimal): -6230825 or 14150816. OLE color: 14150816.

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

Color convert

RGB 160 236 215 -
CMYK 0.32 0 0.09 0.07
HSL 163.42º 0.67% 0.78% -
HSV(B) 163.42º 0.32% 0.93% -
XYZ 56.76 72.37 75.27 -
YUV 210.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 160 236 215 0.32 0 0.09 0.07 163.42 0.67 0.78
Hex A0 EC D7 20 0 9 7 A3 43 4E
Octal 240 354 327 40 0 11 7 243 103 116
Binary 10100000 11101100 11010111 100000 0 1001 111 10100011 1000011 1001110

Color Harmonies of #A0ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECD7

Black with #A0ECD7

Text Example


Text Example

White with #A0ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECD7; }

 p { color: rgb(160,236,215); }

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

background-color css

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

 a { background-color: rgb(160,236,215); }

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

border-color css

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

 span { border-color: rgb(160,236,215); }

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