Html Css Color HEX #A0E6DD Ice Cold

📋 copy color: '#A0E6DD'

red 160 ◦ green 230 ◦ blue 221

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

Shades of Ice Cold #A0E6DD

Tints of Ice Cold #A0E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.64%

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 26.19%
G = 37.64%
B = 36.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A0E6DD (or 0xA0E6DD) is known color: Ice Cold. HEX triplet: A0, E6 and DD. RGB value is (160,230,221). Sum of RGB (Red+Green+Blue) = 160+230+221=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6DD is #5F1922. Grayscale: #D0D0D0. Windows color (decimal): -6232355 or 14542496. OLE color: 14542496.

HSL color Cylindrical-coordinate representation of color #A0E6DD: hue angle of 172.29º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E6DD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 221 -
CMYK 0.30 0 0.04 0.10
HSL 172.29º 0.58% 0.76% -
HSV(B) 172.29º 0.3% 0.9% -
XYZ 55.85 69.29 78.84 -
YUV 208.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 160 230 221 0.30 0 0.04 0.10 172.29 0.58 0.76
Hex A0 E6 DD 1E 0 4 A AC 3A 4C
Octal 240 346 335 36 0 4 12 254 72 114
Binary 10100000 11100110 11011101 11110 0 100 1010 10101100 111010 1001100

Color Harmonies of #A0E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E6DD

Black with #A0E6DD

Text Example


Text Example

White with #A0E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E6DD; }

 p { color: rgb(160,230,221); }

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

background-color css

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

 a { background-color: rgb(160,230,221); }

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

border-color css

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

 span { border-color: rgb(160,230,221); }

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