Html Css Color HEX #A3E5DC Ice Cold

📋 copy color: '#A3E5DC'

red 163 ◦ green 229 ◦ blue 220

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

Shades of Ice Cold #A3E5DC

Tints of Ice Cold #A3E5DC

RGB

 RED value IS 163 (64.06% from 255) = 26.63%

 GREEN value IS 229 (89.84% from 255) = 37.42%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 26.63%
G = 37.42%
B = 35.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A3E5DC (or 0xA3E5DC) is known color: Ice Cold. HEX triplet: A3, E5 and DC. RGB value is (163,229,220). Sum of RGB (Red+Green+Blue) = 163+229+220=612 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.63% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5DC is #5C1A23. Grayscale: #D0D0D0. Windows color (decimal): -6036004 or 14476707. OLE color: 14476707.

HSL color Cylindrical-coordinate representation of color #A3E5DC: hue angle of 171.82º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E5DC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 229 220 -
CMYK 0.29 0 0.04 0.10
HSL 171.82º 0.56% 0.77% -
HSV(B) 171.82º 0.29% 0.9% -
XYZ 56.04 68.99 78.07 -
YUV 208.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 163 229 220 0.29 0 0.04 0.10 171.82 0.56 0.77
Hex A3 E5 DC 1D 0 4 A AC 38 4D
Octal 243 345 334 35 0 4 12 254 70 115
Binary 10100011 11100101 11011100 11101 0 100 1010 10101100 111000 1001101

Color Harmonies of #A3E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E5DC

Black with #A3E5DC

Text Example


Text Example

White with #A3E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E5DC; }

 p { color: rgb(163,229,220); }

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

background-color css

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

 a { background-color: rgb(163,229,220); }

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

border-color css

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

 span { border-color: rgb(163,229,220); }

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