Html Css Color HEX #A3E1CB Ice Cold

📋 copy color: '#A3E1CB'

red 163 ◦ green 225 ◦ blue 203

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

Shades of Ice Cold #A3E1CB

Tints of Ice Cold #A3E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.07%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 27.58%
G = 38.07%
B = 34.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A3E1CB (or 0xA3E1CB) is known color: Ice Cold. HEX triplet: A3, E1 and CB. RGB value is (163,225,203). Sum of RGB (Red+Green+Blue) = 163+225+203=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1CB is #5C1E34. Grayscale: #CBCBCB. Windows color (decimal): -6037045 or 13361571. OLE color: 13361571.

HSL color Cylindrical-coordinate representation of color #A3E1CB: hue angle of 158.71º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1CB is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 225 203 -
CMYK 0.28 0 0.10 0.12
HSL 158.71º 0.51% 0.76% -
HSV(B) 158.71º 0.28% 0.88% -
XYZ 52.81 65.95 66.45 -
YUV 203.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 163 225 203 0.28 0 0.10 0.12 158.71 0.51 0.76
Hex A3 E1 CB 1C 0 A C 9F 33 4C
Octal 243 341 313 34 0 12 14 237 63 114
Binary 10100011 11100001 11001011 11100 0 1010 1100 10011111 110011 1001100

Color Harmonies of #A3E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E1CB

Black with #A3E1CB

Text Example


Text Example

White with #A3E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E1CB; }

 p { color: rgb(163,225,203); }

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

background-color css

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

 a { background-color: rgb(163,225,203); }

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

border-color css

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

 span { border-color: rgb(163,225,203); }

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