Html Css Color HEX #A0ECD8 Ice Cold

📋 copy color: '#A0ECD8'

red 160 ◦ green 236 ◦ blue 216

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

Shades of Ice Cold #A0ECD8

Tints of Ice Cold #A0ECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.29%

R = 26.14%
G = 38.56%
B = 35.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A0ECD8 (or 0xA0ECD8) is known color: Ice Cold. HEX triplet: A0, EC and D8. RGB value is (160,236,216). Sum of RGB (Red+Green+Blue) = 160+236+216=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECD8 is #5F1327. Grayscale: #D2D2D2. Windows color (decimal): -6230824 or 14216352. OLE color: 14216352.

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

Color convert

RGB 160 236 216 -
CMYK 0.32 0 0.08 0.07
HSL 164.21º 0.67% 0.78% -
HSV(B) 164.21º 0.32% 0.93% -
XYZ 56.89 72.42 75.95 -
YUV 211 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 160 236 216 0.32 0 0.08 0.07 164.21 0.67 0.78
Hex A0 EC D8 20 0 8 7 A4 43 4E
Octal 240 354 330 40 0 10 7 244 103 116
Binary 10100000 11101100 11011000 100000 0 1000 111 10100100 1000011 1001110

Color Harmonies of #A0ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECD8

Black with #A0ECD8

Text Example


Text Example

White with #A0ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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