Html Css Color HEX #A0E8D4 Ice Cold

📋 copy color: '#A0E8D4'

red 160 ◦ green 232 ◦ blue 212

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

Shades of Ice Cold #A0E8D4

Tints of Ice Cold #A0E8D4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.41%

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 26.49%
G = 38.41%
B = 35.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#A0E8D4 (or 0xA0E8D4) is known color: Ice Cold. HEX triplet: A0, E8 and D4. RGB value is (160,232,212). Sum of RGB (Red+Green+Blue) = 160+232+212=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8D4 is #5F172B. Grayscale: #D0D0D0. Windows color (decimal): -6231852 or 13953184. OLE color: 13953184.

HSL color Cylindrical-coordinate representation of color #A0E8D4: hue angle of 163.33º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E8D4 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 212 -
CMYK 0.31 0 0.09 0.09
HSL 163.33º 0.61% 0.77% -
HSV(B) 163.33º 0.31% 0.91% -
XYZ 55.24 69.94 72.88 -
YUV 208.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 160 232 212 0.31 0 0.09 0.09 163.33 0.61 0.77
Hex A0 E8 D4 1F 0 9 9 A3 3D 4D
Octal 240 350 324 37 0 11 11 243 75 115
Binary 10100000 11101000 11010100 11111 0 1001 1001 10100011 111101 1001101

Color Harmonies of #A0E8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8D4

Black with #A0E8D4

Text Example


Text Example

White with #A0E8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8D4; }

 p { color: rgb(160,232,212); }

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

background-color css

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

 a { background-color: rgb(160,232,212); }

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

border-color css

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

 span { border-color: rgb(160,232,212); }

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