Html Css Color HEX #A0ECDB Ice Cold

📋 copy color: '#A0ECDB'

red 160 ◦ green 236 ◦ blue 219

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

Shades of Ice Cold #A0ECDB

Tints of Ice Cold #A0ECDB

RGB

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

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

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

R = 26.02%
G = 38.37%
B = 35.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A0ECDB (or 0xA0ECDB) is known color: Ice Cold. HEX triplet: A0, EC and DB. RGB value is (160,236,219). Sum of RGB (Red+Green+Blue) = 160+236+219=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDB is #5F1324. Grayscale: #D3D3D3. Windows color (decimal): -6230821 or 14412960. OLE color: 14412960.

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

Color convert

RGB 160 236 219 -
CMYK 0.32 0 0.07 0.07
HSL 166.58º 0.67% 0.78% -
HSV(B) 166.58º 0.32% 0.93% -
XYZ 57.28 72.58 78.01 -
YUV 211.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 160 236 219 0.32 0 0.07 0.07 166.58 0.67 0.78
Hex A0 EC DB 20 0 7 7 A7 43 4E
Octal 240 354 333 40 0 7 7 247 103 116
Binary 10100000 11101100 11011011 100000 0 111 111 10100111 1000011 1001110

Color Harmonies of #A0ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECDB

Black with #A0ECDB

Text Example


Text Example

White with #A0ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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