Html Css Color HEX #A0EADA Ice Cold

📋 copy color: '#A0EADA'

red 160 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #A0EADA

Tints of Ice Cold #A0EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 26.14%
G = 38.24%
B = 35.62%

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

#A0EADA (or 0xA0EADA) is known color: Ice Cold. HEX triplet: A0, EA and DA. RGB value is (160,234,218). Sum of RGB (Red+Green+Blue) = 160+234+218=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EADA is #5F1525. Grayscale: #D2D2D2. Windows color (decimal): -6231334 or 14346912. OLE color: 14346912.

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

Color convert

RGB 160 234 218 -
CMYK 0.32 0 0.07 0.08
HSL 167.03º 0.64% 0.77% -
HSV(B) 167.03º 0.32% 0.92% -
XYZ 56.57 71.38 77.13 -
YUV 210.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 160 234 218 0.32 0 0.07 0.08 167.03 0.64 0.77
Hex A0 EA DA 20 0 7 8 A7 40 4D
Octal 240 352 332 40 0 7 10 247 100 115
Binary 10100000 11101010 11011010 100000 0 111 1000 10100111 1000000 1001101

Color Harmonies of #A0EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EADA

Black with #A0EADA

Text Example


Text Example

White with #A0EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EADA; }

 p { color: rgb(160,234,218); }

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

background-color css

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

 a { background-color: rgb(160,234,218); }

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

border-color css

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

 span { border-color: rgb(160,234,218); }

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