Html Css Color HEX #A0E9D4 Ice Cold

📋 copy color: '#A0E9D4'

red 160 ◦ green 233 ◦ blue 212

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

Shades of Ice Cold #A0E9D4

Tints of Ice Cold #A0E9D4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.51%

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

R = 26.45%
G = 38.51%
B = 35.04%

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

#A0E9D4 (or 0xA0E9D4) is known color: Ice Cold. HEX triplet: A0, E9 and D4. RGB value is (160,233,212). Sum of RGB (Red+Green+Blue) = 160+233+212=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9D4 is #5F162B. Grayscale: #D0D0D0. Windows color (decimal): -6231596 or 13953440. OLE color: 13953440.

HSL color Cylindrical-coordinate representation of color #A0E9D4: hue angle of 162.74º degrees, saturation: 0.62, 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 #A0E9D4 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 212 -
CMYK 0.31 0 0.09 0.09
HSL 162.74º 0.62% 0.77% -
HSV(B) 162.74º 0.31% 0.91% -
XYZ 55.52 70.5 72.97 -
YUV 208.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 160 233 212 0.31 0 0.09 0.09 162.74 0.62 0.77
Hex A0 E9 D4 1F 0 9 9 A3 3E 4D
Octal 240 351 324 37 0 11 11 243 76 115
Binary 10100000 11101001 11010100 11111 0 1001 1001 10100011 111110 1001101

Color Harmonies of #A0E9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9D4

Black with #A0E9D4

Text Example


Text Example

White with #A0E9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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