Html Css Color HEX #A0E8DF Ice Cold

📋 copy color: '#A0E8DF'

red 160 ◦ green 232 ◦ blue 223

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

Shades of Ice Cold #A0E8DF

Tints of Ice Cold #A0E8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 26.02%
G = 37.72%
B = 36.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#A0E8DF (or 0xA0E8DF) is known color: Ice Cold. HEX triplet: A0, E8 and DF. RGB value is (160,232,223). Sum of RGB (Red+Green+Blue) = 160+232+223=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8DF is #5F1720. Grayscale: #D1D1D1. Windows color (decimal): -6231841 or 14674080. OLE color: 14674080.

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

Color convert

RGB 160 232 223 -
CMYK 0.31 0 0.04 0.09
HSL 172.5º 0.61% 0.77% -
HSV(B) 172.5º 0.31% 0.91% -
XYZ 56.67 70.51 80.44 -
YUV 209.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 160 232 223 0.31 0 0.04 0.09 172.5 0.61 0.77
Hex A0 E8 DF 1F 0 4 9 AC 3D 4D
Octal 240 350 337 37 0 4 11 254 75 115
Binary 10100000 11101000 11011111 11111 0 100 1001 10101100 111101 1001101

Color Harmonies of #A0E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8DF

Black with #A0E8DF

Text Example


Text Example

White with #A0E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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