Html Css Color HEX #A0EBE0 Ice Cold

📋 copy color: '#A0EBE0'

red 160 ◦ green 235 ◦ blue 224

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

Shades of Ice Cold #A0EBE0

Tints of Ice Cold #A0EBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 25.85%
G = 37.96%
B = 36.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#A0EBE0 (or 0xA0EBE0) is known color: Ice Cold. HEX triplet: A0, EB and E0. RGB value is (160,235,224). Sum of RGB (Red+Green+Blue) = 160+235+224=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBE0 is #5F141F. Grayscale: #D3D3D3. Windows color (decimal): -6231072 or 14740384. OLE color: 14740384.

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

Color convert

RGB 160 235 224 -
CMYK 0.32 0 0.05 0.08
HSL 171.2º 0.65% 0.77% -
HSV(B) 171.2º 0.32% 0.92% -
XYZ 57.66 72.27 81.43 -
YUV 211.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 160 235 224 0.32 0 0.05 0.08 171.2 0.65 0.77
Hex A0 EB E0 20 0 5 8 AB 41 4D
Octal 240 353 340 40 0 5 10 253 101 115
Binary 10100000 11101011 11100000 100000 0 101 1000 10101011 1000001 1001101

Color Harmonies of #A0EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBE0

Black with #A0EBE0

Text Example


Text Example

White with #A0EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBE0; }

 p { color: rgb(160,235,224); }

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

background-color css

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

 a { background-color: rgb(160,235,224); }

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

border-color css

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

 span { border-color: rgb(160,235,224); }

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